Html Css Color HEX #A772FF Light Slate Blue

📋 copy color: '#A772FF'

red 167 ◦ green 114 ◦ blue 255

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

Shades of Light Slate Blue #A772FF

Tints of Light Slate Blue #A772FF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.27%

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

R = 31.16%
G = 21.27%
B = 47.57%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A772FF (or 0xA772FF) is known color: Light Slate Blue. HEX triplet: A7, 72 and FF. RGB value is (167,114,255). Sum of RGB (Red+Green+Blue) = 167+114+255=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 114 (44.92% from 255 or 21.27% 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 #A772FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A772FF is #588D00. Grayscale: #919191. Windows color (decimal): -5803265 or 16741031. OLE color: 16741031.

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

Color convert

RGB 167 114 255 -
CMYK 0.35 0.55 0 0
HSL 262.55º 1% 0.72% -
HSV(B) 262.55º 0.55% 1% -
XYZ 40 27.47 97.8 -
YUV 145.92 189.56 143.04 -
System Red Green Blue C M Y K H S L
Decimal 167 114 255 0.35 0.55 0 0 262.55 1 0.72
Hex A7 72 FF 23 37 0 0 107 64 48
Octal 247 162 377 43 67 0 0 407 144 110
Binary 10100111 1110010 11111111 100011 110111 0 0 100000111 1100100 1001000

Color Harmonies of #A772FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A772FF

Black with #A772FF

Text Example


Text Example

White with #A772FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A772FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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