Html Css Color HEX #A564FF Light Slate Blue

📋 copy color: '#A564FF'

red 165 ◦ green 100 ◦ blue 255

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

Shades of Light Slate Blue #A564FF

Tints of Light Slate Blue #A564FF

RGB

 RED value IS 165 (64.84% from 255) = 31.73%

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

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

R = 31.73%
G = 19.23%
B = 49.04%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A564FF (or 0xA564FF) is known color: Light Slate Blue. HEX triplet: A5, 64 and FF. RGB value is (165,100,255). Sum of RGB (Red+Green+Blue) = 165+100+255=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #A564FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A564FF is #5A9B00. Grayscale: #888888. Windows color (decimal): -5937921 or 16737445. OLE color: 16737445.

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

Color convert

RGB 165 100 255 -
CMYK 0.35 0.61 0 0
HSL 265.16º 1% 0.7% -
HSV(B) 265.16º 0.61% 1% -
XYZ 38.12 24.33 97.3 -
YUV 137.11 194.53 147.9 -
System Red Green Blue C M Y K H S L
Decimal 165 100 255 0.35 0.61 0 0 265.16 1 0.7
Hex A5 64 FF 23 3D 0 0 109 64 46
Octal 245 144 377 43 75 0 0 411 144 106
Binary 10100101 1100100 11111111 100011 111101 0 0 100001001 1100100 1000110

Color Harmonies of #A564FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564FF

Black with #A564FF

Text Example


Text Example

White with #A564FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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