Html Css Color HEX #A077F9 Light Slate Blue

📋 copy color: '#A077F9'

red 160 ◦ green 119 ◦ blue 249

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

Shades of Light Slate Blue #A077F9

Tints of Light Slate Blue #A077F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.16%

R = 30.3%
G = 22.54%
B = 47.16%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A077F9 (or 0xA077F9) is known color: Light Slate Blue. HEX triplet: A0, 77 and F9. RGB value is (160,119,249). Sum of RGB (Red+Green+Blue) = 160+119+249=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #A077F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077F9 is #5F8806. Grayscale: #919191. Windows color (decimal): -6260743 or 16349088. OLE color: 16349088.

HSL color Cylindrical-coordinate representation of color #A077F9: hue angle of 258.92º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A077F9 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 119 249 -
CMYK 0.36 0.52 0 0.02
HSL 258.92º 0.92% 0.72% -
HSV(B) 258.92º 0.52% 0.98% -
XYZ 38.19 27.51 92.92 -
YUV 146.08 186.08 137.93 -
System Red Green Blue C M Y K H S L
Decimal 160 119 249 0.36 0.52 0 0.02 258.92 0.92 0.72
Hex A0 77 F9 24 34 0 2 103 5C 48
Octal 240 167 371 44 64 0 2 403 134 110
Binary 10100000 1110111 11111001 100100 110100 0 10 100000011 1011100 1001000

Color Harmonies of #A077F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077F9

Black with #A077F9

Text Example


Text Example

White with #A077F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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