Html Css Color HEX #A37DFE Light Slate Blue

📋 copy color: '#A37DFE'

red 163 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #A37DFE

Tints of Light Slate Blue #A37DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.06%

 BLUE value IS 254 (99.61% from 255) = 46.86%

R = 30.07%
G = 23.06%
B = 46.86%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A37DFE (or 0xA37DFE) is known color: Light Slate Blue. HEX triplet: A3, 7D and FE. RGB value is (163,125,254). Sum of RGB (Red+Green+Blue) = 163+125+254=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #A37DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37DFE is #5C8201. Grayscale: #969696. Windows color (decimal): -6062594 or 16678307. OLE color: 16678307.

HSL color Cylindrical-coordinate representation of color #A37DFE: hue angle of 257.67º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A37DFE is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 163 125 254 -
CMYK 0.36 0.51 0 0.00
HSL 257.67º 0.98% 0.74% -
HSV(B) 257.67º 0.51% 1% -
XYZ 40.33 29.61 97.36 -
YUV 151.07 186.09 136.51 -
System Red Green Blue C M Y K H S L
Decimal 163 125 254 0.36 0.51 0 0.00 257.67 0.98 0.74
Hex A3 7D FE 24 33 0 0 102 62 4A
Octal 243 175 376 44 63 0 0 402 142 112
Binary 10100011 1111101 11111110 100100 110011 0 0 100000010 1100010 1001010

Color Harmonies of #A37DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37DFE

Black with #A37DFE

Text Example


Text Example

White with #A37DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37DFE; }

 p { color: rgb(163,125,254); }

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

background-color css

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

 a { background-color: rgb(163,125,254); }

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

border-color css

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

 span { border-color: rgb(163,125,254); }

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