Html Css Color HEX #A06AB5 Ce Soir

📋 copy color: '#A06AB5'

red 160 ◦ green 106 ◦ blue 181

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

Shades of Ce Soir #A06AB5

Tints of Ce Soir #A06AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.49%

R = 35.79%
G = 23.71%
B = 40.49%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A06AB5 (or 0xA06AB5) is known color: Ce Soir. HEX triplet: A0, 6A and B5. RGB value is (160,106,181). Sum of RGB (Red+Green+Blue) = 160+106+181=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 181 - color contains mainly: blue. Hex color #A06AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06AB5 is #5F954A. Grayscale: #828282. Windows color (decimal): -6264139 or 11889312. OLE color: 11889312.

HSL color Cylindrical-coordinate representation of color #A06AB5: hue angle of 283.2º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A06AB5 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 106 181 -
CMYK 0.12 0.41 0 0.29
HSL 283.2º 0.34% 0.56% -
HSV(B) 283.2º 0.41% 0.71% -
XYZ 27.99 21.12 46.32 -
YUV 130.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 160 106 181 0.12 0.41 0 0.29 283.2 0.34 0.56
Hex A0 6A B5 C 29 0 1D 11B 22 38
Octal 240 152 265 14 51 0 35 433 42 70
Binary 10100000 1101010 10110101 1100 101001 0 11101 100011011 100010 111000

Color Harmonies of #A06AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06AB5

Black with #A06AB5

Text Example


Text Example

White with #A06AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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