Html Css Color HEX #A464FF Light Slate Blue

📋 copy color: '#A464FF'

red 164 ◦ green 100 ◦ blue 255

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

Shades of Light Slate Blue #A464FF

Tints of Light Slate Blue #A464FF

RGB

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

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

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

R = 31.6%
G = 19.27%
B = 49.13%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A464FF (or 0xA464FF) is known color: Light Slate Blue. HEX triplet: A4, 64 and FF. RGB value is (164,100,255). Sum of RGB (Red+Green+Blue) = 164+100+255=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #A464FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A464FF is #5B9B00. Grayscale: #888888. Windows color (decimal): -6003457 or 16737444. OLE color: 16737444.

HSL color Cylindrical-coordinate representation of color #A464FF: hue angle of 264.77º 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 #A464FF is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 100 255 -
CMYK 0.36 0.61 0 0
HSL 264.77º 1% 0.7% -
HSV(B) 264.77º 0.61% 1% -
XYZ 37.92 24.23 97.29 -
YUV 136.81 194.7 147.4 -
System Red Green Blue C M Y K H S L
Decimal 164 100 255 0.36 0.61 0 0 264.77 1 0.7
Hex A4 64 FF 24 3D 0 0 109 64 46
Octal 244 144 377 44 75 0 0 411 144 106
Binary 10100100 1100100 11111111 100100 111101 0 0 100001001 1100100 1000110

Color Harmonies of #A464FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A464FF

Black with #A464FF

Text Example


Text Example

White with #A464FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A464FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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