Html Css Color HEX #A576FF Light Slate Blue

📋 copy color: '#A576FF'

red 165 ◦ green 118 ◦ blue 255

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

Shades of Light Slate Blue #A576FF

Tints of Light Slate Blue #A576FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.93%

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

R = 30.67%
G = 21.93%
B = 47.4%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A576FF (or 0xA576FF) is known color: Light Slate Blue. HEX triplet: A5, 76 and FF. RGB value is (165,118,255). Sum of RGB (Red+Green+Blue) = 165+118+255=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #A576FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A576FF is #5A8900. Grayscale: #939393. Windows color (decimal): -5933313 or 16742053. OLE color: 16742053.

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

Color convert

RGB 165 118 255 -
CMYK 0.35 0.54 0 0
HSL 260.58º 1% 0.73% -
HSV(B) 260.58º 0.54% 1% -
XYZ 40.05 28.18 97.94 -
YUV 147.67 188.57 140.36 -
System Red Green Blue C M Y K H S L
Decimal 165 118 255 0.35 0.54 0 0 260.58 1 0.73
Hex A5 76 FF 23 36 0 0 105 64 49
Octal 245 166 377 43 66 0 0 405 144 111
Binary 10100101 1110110 11111111 100011 110110 0 0 100000101 1100100 1001001

Color Harmonies of #A576FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576FF

Black with #A576FF

Text Example


Text Example

White with #A576FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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