Html Css Color HEX #A076FE Light Slate Blue

📋 copy color: '#A076FE'

red 160 ◦ green 118 ◦ blue 254

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

Shades of Light Slate Blue #A076FE

Tints of Light Slate Blue #A076FE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.18%

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

R = 30.08%
G = 22.18%
B = 47.74%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A076FE (or 0xA076FE) is known color: Light Slate Blue. HEX triplet: A0, 76 and FE. RGB value is (160,118,254). Sum of RGB (Red+Green+Blue) = 160+118+254=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #A076FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A076FE is #5F8901. Grayscale: #919191. Windows color (decimal): -6260994 or 16676512. OLE color: 16676512.

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

Color convert

RGB 160 118 254 -
CMYK 0.37 0.54 0 0.00
HSL 258.53º 0.99% 0.73% -
HSV(B) 258.53º 0.54% 1% -
XYZ 38.87 27.59 97.04 -
YUV 146.06 188.91 137.94 -
System Red Green Blue C M Y K H S L
Decimal 160 118 254 0.37 0.54 0 0.00 258.53 0.99 0.73
Hex A0 76 FE 25 36 0 0 103 63 49
Octal 240 166 376 45 66 0 0 403 143 111
Binary 10100000 1110110 11111110 100101 110110 0 0 100000011 1100011 1001001

Color Harmonies of #A076FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076FE

Black with #A076FE

Text Example


Text Example

White with #A076FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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