Html Css Color HEX #A06BB5 Ce Soir

📋 copy color: '#A06BB5'

red 160 ◦ green 107 ◦ blue 181

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

Shades of Ce Soir #A06BB5

Tints of Ce Soir #A06BB5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.88%

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

R = 35.71%
G = 23.88%
B = 40.4%

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

#A06BB5 (or 0xA06BB5) is known color: Ce Soir. HEX triplet: A0, 6B and B5. RGB value is (160,107,181). Sum of RGB (Red+Green+Blue) = 160+107+181=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 181 - color contains mainly: blue. Hex color #A06BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BB5 is #5F944A. Grayscale: #838383. Windows color (decimal): -6263883 or 11889568. OLE color: 11889568.

HSL color Cylindrical-coordinate representation of color #A06BB5: hue angle of 282.97º degrees, saturation: 0.33, 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 #A06BB5 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 107 181 -
CMYK 0.12 0.41 0 0.29
HSL 282.97º 0.33% 0.56% -
HSV(B) 282.97º 0.41% 0.71% -
XYZ 28.1 21.33 46.35 -
YUV 131.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 160 107 181 0.12 0.41 0 0.29 282.97 0.33 0.56
Hex A0 6B B5 C 29 0 1D 11B 21 38
Octal 240 153 265 14 51 0 35 433 41 70
Binary 10100000 1101011 10110101 1100 101001 0 11101 100011011 100001 111000

Color Harmonies of #A06BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BB5

Black with #A06BB5

Text Example


Text Example

White with #A06BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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