Html Css Color HEX #A06BB7 Ce Soir

📋 copy color: '#A06BB7'

red 160 ◦ green 107 ◦ blue 183

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

Shades of Ce Soir #A06BB7

Tints of Ce Soir #A06BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.67%

R = 35.56%
G = 23.78%
B = 40.67%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A06BB7 (or 0xA06BB7) is known color: Ce Soir. HEX triplet: A0, 6B and B7. RGB value is (160,107,183). Sum of RGB (Red+Green+Blue) = 160+107+183=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 183 - color contains mainly: blue. Hex color #A06BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BB7 is #5F9448. Grayscale: #838383. Windows color (decimal): -6263881 or 12020640. OLE color: 12020640.

HSL color Cylindrical-coordinate representation of color #A06BB7: hue angle of 281.84º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A06BB7 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 107 183 -
CMYK 0.13 0.42 0 0.28
HSL 281.84º 0.35% 0.57% -
HSV(B) 281.84º 0.42% 0.72% -
XYZ 28.3 21.41 47.44 -
YUV 131.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 160 107 183 0.13 0.42 0 0.28 281.84 0.35 0.57
Hex A0 6B B7 D 2A 0 1C 11A 23 39
Octal 240 153 267 15 52 0 34 432 43 71
Binary 10100000 1101011 10110111 1101 101010 0 11100 100011010 100011 111001

Color Harmonies of #A06BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BB7

Black with #A06BB7

Text Example


Text Example

White with #A06BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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