Html Css Color HEX #A164FF Light Slate Blue

📋 copy color: '#A164FF'

red 161 ◦ green 100 ◦ blue 255

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

Shades of Light Slate Blue #A164FF

Tints of Light Slate Blue #A164FF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.38%

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

R = 31.2%
G = 19.38%
B = 49.42%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A164FF (or 0xA164FF) is known color: Light Slate Blue. HEX triplet: A1, 64 and FF. RGB value is (161,100,255). Sum of RGB (Red+Green+Blue) = 161+100+255=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #A164FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A164FF is #5E9B00. Grayscale: #878787. Windows color (decimal): -6200065 or 16737441. OLE color: 16737441.

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

Color convert

RGB 161 100 255 -
CMYK 0.37 0.61 0 0
HSL 263.61º 1% 0.7% -
HSV(B) 263.61º 0.61% 1% -
XYZ 37.31 23.91 97.26 -
YUV 135.91 195.21 145.9 -
System Red Green Blue C M Y K H S L
Decimal 161 100 255 0.37 0.61 0 0 263.61 1 0.7
Hex A1 64 FF 25 3D 0 0 108 64 46
Octal 241 144 377 45 75 0 0 410 144 106
Binary 10100001 1100100 11111111 100101 111101 0 0 100001000 1100100 1000110

Color Harmonies of #A164FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164FF

Black with #A164FF

Text Example


Text Example

White with #A164FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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