Html Css Color HEX #A17AFB Light Slate Blue

📋 copy color: '#A17AFB'

red 161 ◦ green 122 ◦ blue 251

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

Shades of Light Slate Blue #A17AFB

Tints of Light Slate Blue #A17AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47%

R = 30.15%
G = 22.85%
B = 47%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A17AFB (or 0xA17AFB) is known color: Light Slate Blue. HEX triplet: A1, 7A and FB. RGB value is (161,122,251). Sum of RGB (Red+Green+Blue) = 161+122+251=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #A17AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17AFB is #5E8504. Grayscale: #939393. Windows color (decimal): -6194437 or 16480929. OLE color: 16480929.

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

Color convert

RGB 161 122 251 -
CMYK 0.36 0.51 0 0.02
HSL 258.14º 0.94% 0.73% -
HSV(B) 258.14º 0.51% 0.98% -
XYZ 39.07 28.46 94.7 -
YUV 148.37 185.92 137.01 -
System Red Green Blue C M Y K H S L
Decimal 161 122 251 0.36 0.51 0 0.02 258.14 0.94 0.73
Hex A1 7A FB 24 33 0 2 102 5E 49
Octal 241 172 373 44 63 0 2 402 136 111
Binary 10100001 1111010 11111011 100100 110011 0 10 100000010 1011110 1001001

Color Harmonies of #A17AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17AFB

Black with #A17AFB

Text Example


Text Example

White with #A17AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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