Html Css Color HEX #A37AFE Light Slate Blue

📋 copy color: '#A37AFE'

red 163 ◦ green 122 ◦ blue 254

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

Shades of Light Slate Blue #A37AFE

Tints of Light Slate Blue #A37AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.63%

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

R = 30.24%
G = 22.63%
B = 47.12%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A37AFE (or 0xA37AFE) is known color: Light Slate Blue. HEX triplet: A3, 7A and FE. RGB value is (163,122,254). Sum of RGB (Red+Green+Blue) = 163+122+254=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #A37AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37AFE is #5C8501. Grayscale: #949494. Windows color (decimal): -6063362 or 16677539. OLE color: 16677539.

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

Color convert

RGB 163 122 254 -
CMYK 0.36 0.52 0 0.00
HSL 258.64º 0.99% 0.74% -
HSV(B) 258.64º 0.52% 1% -
XYZ 39.95 28.86 97.23 -
YUV 149.31 187.08 137.77 -
System Red Green Blue C M Y K H S L
Decimal 163 122 254 0.36 0.52 0 0.00 258.64 0.99 0.74
Hex A3 7A FE 24 34 0 0 103 63 4A
Octal 243 172 376 44 64 0 0 403 143 112
Binary 10100011 1111010 11111110 100100 110100 0 0 100000011 1100011 1001010

Color Harmonies of #A37AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37AFE

Black with #A37AFE

Text Example


Text Example

White with #A37AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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