Html Css Color HEX #A077FE Light Slate Blue

📋 copy color: '#A077FE'

red 160 ◦ green 119 ◦ blue 254

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

Shades of Light Slate Blue #A077FE

Tints of Light Slate Blue #A077FE

RGB

 RED value IS 160 (62.89% from 255) = 30.02%

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

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

R = 30.02%
G = 22.33%
B = 47.65%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A077FE (or 0xA077FE) is known color: Light Slate Blue. HEX triplet: A0, 77 and FE. RGB value is (160,119,254). Sum of RGB (Red+Green+Blue) = 160+119+254=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #A077FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077FE is #5F8801. Grayscale: #929292. Windows color (decimal): -6260738 or 16676768. OLE color: 16676768.

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

Color convert

RGB 160 119 254 -
CMYK 0.37 0.53 0 0.00
HSL 258.22º 0.99% 0.73% -
HSV(B) 258.22º 0.53% 1% -
XYZ 38.98 27.82 97.08 -
YUV 146.65 188.58 137.52 -
System Red Green Blue C M Y K H S L
Decimal 160 119 254 0.37 0.53 0 0.00 258.22 0.99 0.73
Hex A0 77 FE 25 35 0 0 102 63 49
Octal 240 167 376 45 65 0 0 402 143 111
Binary 10100000 1110111 11111110 100101 110101 0 0 100000010 1100011 1001001

Color Harmonies of #A077FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077FE

Black with #A077FE

Text Example


Text Example

White with #A077FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077FE; }

 p { color: rgb(160,119,254); }

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

background-color css

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

 a { background-color: rgb(160,119,254); }

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

border-color css

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

 span { border-color: rgb(160,119,254); }

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