Html Css Color HEX #A575FF Light Slate Blue

📋 copy color: '#A575FF'

red 165 ◦ green 117 ◦ blue 255

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

Shades of Light Slate Blue #A575FF

Tints of Light Slate Blue #A575FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.79%

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

R = 30.73%
G = 21.79%
B = 47.49%

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

#A575FF (or 0xA575FF) is known color: Light Slate Blue. HEX triplet: A5, 75 and FF. RGB value is (165,117,255). Sum of RGB (Red+Green+Blue) = 165+117+255=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #A575FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A575FF is #5A8A00. Grayscale: #929292. Windows color (decimal): -5933569 or 16741797. OLE color: 16741797.

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

Color convert

RGB 165 117 255 -
CMYK 0.35 0.54 0 0
HSL 260.87º 1% 0.73% -
HSV(B) 260.87º 0.54% 1% -
XYZ 39.93 27.94 97.9 -
YUV 147.08 188.9 140.78 -
System Red Green Blue C M Y K H S L
Decimal 165 117 255 0.35 0.54 0 0 260.87 1 0.73
Hex A5 75 FF 23 36 0 0 105 64 49
Octal 245 165 377 43 66 0 0 405 144 111
Binary 10100101 1110101 11111111 100011 110110 0 0 100000101 1100100 1001001

Color Harmonies of #A575FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575FF

Black with #A575FF

Text Example


Text Example

White with #A575FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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