Html Css Color HEX #A775FF Light Slate Blue

📋 copy color: '#A775FF'

red 167 ◦ green 117 ◦ blue 255

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

Shades of Light Slate Blue #A775FF

Tints of Light Slate Blue #A775FF

RGB

 RED value IS 167 (65.63% from 255) = 30.98%

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

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

R = 30.98%
G = 21.71%
B = 47.31%

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

#A775FF (or 0xA775FF) is known color: Light Slate Blue. HEX triplet: A7, 75 and FF. RGB value is (167,117,255). Sum of RGB (Red+Green+Blue) = 167+117+255=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #A775FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A775FF is #588A00. Grayscale: #939393. Windows color (decimal): -5802497 or 16741799. OLE color: 16741799.

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

Color convert

RGB 167 117 255 -
CMYK 0.35 0.54 0 0
HSL 261.74º 1% 0.73% -
HSV(B) 261.74º 0.54% 1% -
XYZ 40.35 28.16 97.92 -
YUV 147.68 188.57 141.78 -
System Red Green Blue C M Y K H S L
Decimal 167 117 255 0.35 0.54 0 0 261.74 1 0.73
Hex A7 75 FF 23 36 0 0 106 64 49
Octal 247 165 377 43 66 0 0 406 144 111
Binary 10100111 1110101 11111111 100011 110110 0 0 100000110 1100100 1001001

Color Harmonies of #A775FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A775FF

Black with #A775FF

Text Example


Text Example

White with #A775FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A775FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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