Html Css Color HEX #A17AFE Light Slate Blue

📋 copy color: '#A17AFE'

red 161 ◦ green 122 ◦ blue 254

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

Shades of Light Slate Blue #A17AFE

Tints of Light Slate Blue #A17AFE

RGB

 RED value IS 161 (63.28% from 255) = 29.98%

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

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

R = 29.98%
G = 22.72%
B = 47.3%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A17AFE (or 0xA17AFE) is known color: Light Slate Blue. HEX triplet: A1, 7A and FE. RGB value is (161,122,254). Sum of RGB (Red+Green+Blue) = 161+122+254=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #A17AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17AFE is #5E8501. Grayscale: #949494. Windows color (decimal): -6194434 or 16677537. OLE color: 16677537.

HSL color Cylindrical-coordinate representation of color #A17AFE: hue angle of 257.73º 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 #A17AFE is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 122 254 -
CMYK 0.37 0.52 0 0.00
HSL 257.73º 0.99% 0.74% -
HSV(B) 257.73º 0.52% 1% -
XYZ 39.55 28.65 97.21 -
YUV 148.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 161 122 254 0.37 0.52 0 0.00 257.73 0.99 0.74
Hex A1 7A FE 25 34 0 0 102 63 4A
Octal 241 172 376 45 64 0 0 402 143 112
Binary 10100001 1111010 11111110 100101 110100 0 0 100000010 1100011 1001010

Color Harmonies of #A17AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17AFE

Black with #A17AFE

Text Example


Text Example

White with #A17AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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