Html Css Color HEX #A475FF Light Slate Blue

📋 copy color: '#A475FF'

red 164 ◦ green 117 ◦ blue 255

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

Shades of Light Slate Blue #A475FF

Tints of Light Slate Blue #A475FF

RGB

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

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

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

R = 30.6%
G = 21.83%
B = 47.57%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A475FF (or 0xA475FF) is known color: Light Slate Blue. HEX triplet: A4, 75 and FF. RGB value is (164,117,255). Sum of RGB (Red+Green+Blue) = 164+117+255=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #A475FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A475FF is #5B8A00. Grayscale: #929292. Windows color (decimal): -5999105 or 16741796. OLE color: 16741796.

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

Color convert

RGB 164 117 255 -
CMYK 0.36 0.54 0 0
HSL 260.43º 1% 0.73% -
HSV(B) 260.43º 0.54% 1% -
XYZ 39.72 27.84 97.89 -
YUV 146.79 189.07 140.28 -
System Red Green Blue C M Y K H S L
Decimal 164 117 255 0.36 0.54 0 0 260.43 1 0.73
Hex A4 75 FF 24 36 0 0 104 64 49
Octal 244 165 377 44 66 0 0 404 144 111
Binary 10100100 1110101 11111111 100100 110110 0 0 100000100 1100100 1001001

Color Harmonies of #A475FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A475FF

Black with #A475FF

Text Example


Text Example

White with #A475FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A475FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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