Html Css Color HEX #A475FE Light Slate Blue

📋 copy color: '#A475FE'

red 164 ◦ green 117 ◦ blue 254

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

Shades of Light Slate Blue #A475FE

Tints of Light Slate Blue #A475FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.48%

R = 30.65%
G = 21.87%
B = 47.48%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A475FE (or 0xA475FE) is known color: Light Slate Blue. HEX triplet: A4, 75 and FE. RGB value is (164,117,254). Sum of RGB (Red+Green+Blue) = 164+117+254=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #A475FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A475FE is #5B8A01. Grayscale: #929292. Windows color (decimal): -5999106 or 16676260. OLE color: 16676260.

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

Color convert

RGB 164 117 254 -
CMYK 0.35 0.54 0 0.00
HSL 260.58º 0.99% 0.73% -
HSV(B) 260.58º 0.54% 1% -
XYZ 39.56 27.77 97.04 -
YUV 146.67 188.57 140.36 -
System Red Green Blue C M Y K H S L
Decimal 164 117 254 0.35 0.54 0 0.00 260.58 0.99 0.73
Hex A4 75 FE 23 36 0 0 105 63 49
Octal 244 165 376 43 66 0 0 405 143 111
Binary 10100100 1110101 11111110 100011 110110 0 0 100000101 1100011 1001001

Color Harmonies of #A475FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A475FE

Black with #A475FE

Text Example


Text Example

White with #A475FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A475FE; }

 p { color: rgb(164,117,254); }

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

background-color css

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

 a { background-color: rgb(164,117,254); }

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

border-color css

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

 span { border-color: rgb(164,117,254); }

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