Html Css Color HEX #A277FC Light Slate Blue

📋 copy color: '#A277FC'

red 162 ◦ green 119 ◦ blue 252

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

Shades of Light Slate Blue #A277FC

Tints of Light Slate Blue #A277FC

RGB

 RED value IS 162 (63.67% from 255) = 30.39%

 GREEN value IS 119 (46.88% from 255) = 22.33%

 BLUE value IS 252 (98.83% from 255) = 47.28%

R = 30.39%
G = 22.33%
B = 47.28%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A277FC (or 0xA277FC) is known color: Light Slate Blue. HEX triplet: A2, 77 and FC. RGB value is (162,119,252). Sum of RGB (Red+Green+Blue) = 162+119+252=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #A277FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A277FC is #5D8803. Grayscale: #929292. Windows color (decimal): -6129668 or 16545698. OLE color: 16545698.

HSL color Cylindrical-coordinate representation of color #A277FC: hue angle of 259.4º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A277FC is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 119 252 -
CMYK 0.36 0.53 0 0.01
HSL 259.4º 0.96% 0.73% -
HSV(B) 259.4º 0.53% 0.99% -
XYZ 39.07 27.9 95.42 -
YUV 147.02 187.25 138.69 -
System Red Green Blue C M Y K H S L
Decimal 162 119 252 0.36 0.53 0 0.01 259.4 0.96 0.73
Hex A2 77 FC 24 35 0 1 103 60 49
Octal 242 167 374 44 65 0 1 403 140 111
Binary 10100010 1110111 11111100 100100 110101 0 1 100000011 1100000 1001001

Color Harmonies of #A277FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A277FC

Black with #A277FC

Text Example


Text Example

White with #A277FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A277FC; }

 p { color: rgb(162,119,252); }

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

background-color css

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

 a { background-color: rgb(162,119,252); }

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

border-color css

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

 span { border-color: rgb(162,119,252); }

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