Html Css Color HEX #A37EFD Light Slate Blue

📋 copy color: '#A37EFD'

red 163 ◦ green 126 ◦ blue 253

#A37EFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #A37EFD

Tints of Light Slate Blue #A37EFD

RGB

 RED value IS 163 (64.06% from 255) = 30.07%

 GREEN value IS 126 (49.61% from 255) = 23.25%

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 30.07%
G = 23.25%
B = 46.68%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A37EFD (or 0xA37EFD) is known color: Light Slate Blue. HEX triplet: A3, 7E and FD. RGB value is (163,126,253). Sum of RGB (Red+Green+Blue) = 163+126+253=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #A37EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37EFD is #5C8102. Grayscale: #979797. Windows color (decimal): -6062339 or 16613027. OLE color: 16613027.

HSL color Cylindrical-coordinate representation of color #A37EFD: hue angle of 257.48º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A37EFD is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 126 253 -
CMYK 0.36 0.50 0 0.01
HSL 257.48º 0.97% 0.74% -
HSV(B) 257.48º 0.5% 0.99% -
XYZ 40.29 29.8 96.56 -
YUV 151.54 185.26 136.17 -
System Red Green Blue C M Y K H S L
Decimal 163 126 253 0.36 0.50 0 0.01 257.48 0.97 0.74
Hex A3 7E FD 24 32 0 1 101 61 4A
Octal 243 176 375 44 62 0 1 401 141 112
Binary 10100011 1111110 11111101 100100 110010 0 1 100000001 1100001 1001010

Color Harmonies of #A37EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37EFD

Black with #A37EFD

Text Example


Text Example

White with #A37EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37EFD; }

 p { color: rgb(163,126,253); }

 H1.HeaderClassName
 {
   color: #A37EFD;
 }
 .AnyTagClassName
 {
   color: #A37EFD;
 }
</style>

background-color css

<style>
 a { background-color: #A37EFD; }

 a { background-color: rgb(163,126,253); }

 div.DivClassName
 {
   background-color: #A37EFD;
 }
 .BgClassName
 {
   background-color: #A37EFD;
 }
</style>

border-color css

<style>
 span { border-color: #A37EFD; }

 span { border-color: rgb(163,126,253); }

 td.TdClassName
 {
   border-color: #A37EFD;
 }
 .TagClassName
 {
   border-color: #A37EFD;
 }
</style>