Html Css Color HEX #A077FA Light Slate Blue

📋 copy color: '#A077FA'

red 160 ◦ green 119 ◦ blue 250

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

Shades of Light Slate Blue #A077FA

Tints of Light Slate Blue #A077FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 30.25%
G = 22.5%
B = 47.26%

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

#A077FA (or 0xA077FA) is known color: Light Slate Blue. HEX triplet: A0, 77 and FA. RGB value is (160,119,250). Sum of RGB (Red+Green+Blue) = 160+119+250=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #A077FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077FA is #5F8805. Grayscale: #919191. Windows color (decimal): -6260742 or 16414624. OLE color: 16414624.

HSL color Cylindrical-coordinate representation of color #A077FA: hue angle of 258.78º degrees, saturation: 0.93, 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 #A077FA is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 119 250 -
CMYK 0.36 0.52 0 0.02
HSL 258.78º 0.93% 0.72% -
HSV(B) 258.78º 0.52% 0.98% -
XYZ 38.35 27.57 93.74 -
YUV 146.19 186.58 137.85 -
System Red Green Blue C M Y K H S L
Decimal 160 119 250 0.36 0.52 0 0.02 258.78 0.93 0.72
Hex A0 77 FA 24 34 0 2 103 5D 48
Octal 240 167 372 44 64 0 2 403 135 110
Binary 10100000 1110111 11111010 100100 110100 0 10 100000011 1011101 1001000

Color Harmonies of #A077FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077FA

Black with #A077FA

Text Example


Text Example

White with #A077FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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