Html Css Color HEX #A466FF Light Slate Blue

📋 copy color: '#A466FF'

red 164 ◦ green 102 ◦ blue 255

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

Shades of Light Slate Blue #A466FF

Tints of Light Slate Blue #A466FF

RGB

 RED value IS 164 (64.45% from 255) = 31.48%

 GREEN value IS 102 (40.23% from 255) = 19.58%

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

R = 31.48%
G = 19.58%
B = 48.94%

CMYK

 C value IS 0.36

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A466FF (or 0xA466FF) is known color: Light Slate Blue. HEX triplet: A4, 66 and FF. RGB value is (164,102,255). Sum of RGB (Red+Green+Blue) = 164+102+255=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #A466FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A466FF is #5B9900. Grayscale: #898989. Windows color (decimal): -6002945 or 16737956. OLE color: 16737956.

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

Color convert

RGB 164 102 255 -
CMYK 0.36 0.6 0 0
HSL 264.31º 1% 0.7% -
HSV(B) 264.31º 0.6% 1% -
XYZ 38.11 24.62 97.35 -
YUV 137.98 194.04 146.56 -
System Red Green Blue C M Y K H S L
Decimal 164 102 255 0.36 0.6 0 0 264.31 1 0.7
Hex A4 66 FF 24 3C 0 0 108 64 46
Octal 244 146 377 44 74 0 0 410 144 106
Binary 10100100 1100110 11111111 100100 111100 0 0 100001000 1100100 1000110

Color Harmonies of #A466FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A466FF

Black with #A466FF

Text Example


Text Example

White with #A466FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A466FF; }

 p { color: rgb(164,102,255); }

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

background-color css

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

 a { background-color: rgb(164,102,255); }

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

border-color css

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

 span { border-color: rgb(164,102,255); }

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