Html Css Color HEX #A17AFF Light Slate Blue

📋 copy color: '#A17AFF'

red 161 ◦ green 122 ◦ blue 255

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

Shades of Light Slate Blue #A17AFF

Tints of Light Slate Blue #A17AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.4%

R = 29.93%
G = 22.68%
B = 47.4%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A17AFF (or 0xA17AFF) is known color: Light Slate Blue. HEX triplet: A1, 7A and FF. RGB value is (161,122,255). Sum of RGB (Red+Green+Blue) = 161+122+255=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #A17AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17AFF is #5E8500. Grayscale: #949494. Windows color (decimal): -6194433 or 16743073. OLE color: 16743073.

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

Color convert

RGB 161 122 255 -
CMYK 0.37 0.52 0 0
HSL 257.59º 1% 0.74% -
HSV(B) 257.59º 0.52% 1% -
XYZ 39.71 28.72 98.06 -
YUV 148.82 187.92 136.69 -
System Red Green Blue C M Y K H S L
Decimal 161 122 255 0.37 0.52 0 0 257.59 1 0.74
Hex A1 7A FF 25 34 0 0 102 64 4A
Octal 241 172 377 45 64 0 0 402 144 112
Binary 10100001 1111010 11111111 100101 110100 0 0 100000010 1100100 1001010

Color Harmonies of #A17AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17AFF

Black with #A17AFF

Text Example


Text Example

White with #A17AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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