Html Css Color HEX #A06AFE Light Slate Blue

📋 copy color: '#A06AFE'

red 160 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #A06AFE

Tints of Light Slate Blue #A06AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.38%

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

R = 30.77%
G = 20.38%
B = 48.85%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A06AFE (or 0xA06AFE) is known color: Light Slate Blue. HEX triplet: A0, 6A and FE. RGB value is (160,106,254). Sum of RGB (Red+Green+Blue) = 160+106+254=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #A06AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06AFE is #5F9501. Grayscale: #8A8A8A. Windows color (decimal): -6264066 or 16673440. OLE color: 16673440.

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

Color convert

RGB 160 106 254 -
CMYK 0.37 0.58 0 0.00
HSL 261.89º 0.99% 0.71% -
HSV(B) 261.89º 0.58% 1% -
XYZ 37.54 24.94 96.6 -
YUV 139.02 192.89 142.97 -
System Red Green Blue C M Y K H S L
Decimal 160 106 254 0.37 0.58 0 0.00 261.89 0.99 0.71
Hex A0 6A FE 25 3A 0 0 106 63 47
Octal 240 152 376 45 72 0 0 406 143 107
Binary 10100000 1101010 11111110 100101 111010 0 0 100000110 1100011 1000111

Color Harmonies of #A06AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06AFE

Black with #A06AFE

Text Example


Text Example

White with #A06AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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