Html Css Color HEX #A077FF Light Slate Blue

📋 copy color: '#A077FF'

red 160 ◦ green 119 ◦ blue 255

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

Shades of Light Slate Blue #A077FF

Tints of Light Slate Blue #A077FF

RGB

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

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

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

R = 29.96%
G = 22.28%
B = 47.75%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A077FF (or 0xA077FF) is known color: Light Slate Blue. HEX triplet: A0, 77 and FF. RGB value is (160,119,255). Sum of RGB (Red+Green+Blue) = 160+119+255=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #A077FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077FF is #5F8800. Grayscale: #929292. Windows color (decimal): -6260737 or 16742304. OLE color: 16742304.

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

Color convert

RGB 160 119 255 -
CMYK 0.37 0.53 0 0
HSL 258.09º 1% 0.73% -
HSV(B) 258.09º 0.53% 1% -
XYZ 39.14 27.89 97.93 -
YUV 146.76 189.08 137.44 -
System Red Green Blue C M Y K H S L
Decimal 160 119 255 0.37 0.53 0 0 258.09 1 0.73
Hex A0 77 FF 25 35 0 0 102 64 49
Octal 240 167 377 45 65 0 0 402 144 111
Binary 10100000 1110111 11111111 100101 110101 0 0 100000010 1100100 1001001

Color Harmonies of #A077FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077FF

Black with #A077FF

Text Example


Text Example

White with #A077FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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