Html Css Color HEX #A566FF Light Slate Blue

📋 copy color: '#A566FF'

red 165 ◦ green 102 ◦ blue 255

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

Shades of Light Slate Blue #A566FF

Tints of Light Slate Blue #A566FF

RGB

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

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

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

R = 31.61%
G = 19.54%
B = 48.85%

CMYK

 C value IS 0.35

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A566FF (or 0xA566FF) is known color: Light Slate Blue. HEX triplet: A5, 66 and FF. RGB value is (165,102,255). Sum of RGB (Red+Green+Blue) = 165+102+255=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #A566FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A566FF is #5A9900. Grayscale: #898989. Windows color (decimal): -5937409 or 16737957. OLE color: 16737957.

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

Color convert

RGB 165 102 255 -
CMYK 0.35 0.6 0 0
HSL 264.71º 1% 0.7% -
HSV(B) 264.71º 0.6% 1% -
XYZ 38.32 24.72 97.36 -
YUV 138.28 193.87 147.06 -
System Red Green Blue C M Y K H S L
Decimal 165 102 255 0.35 0.6 0 0 264.71 1 0.7
Hex A5 66 FF 23 3C 0 0 109 64 46
Octal 245 146 377 43 74 0 0 411 144 106
Binary 10100101 1100110 11111111 100011 111100 0 0 100001001 1100100 1000110

Color Harmonies of #A566FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A566FF

Black with #A566FF

Text Example


Text Example

White with #A566FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A566FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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