Html Css Color HEX #A06AAF Ce Soir

📋 copy color: '#A06AAF'

red 160 ◦ green 106 ◦ blue 175

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

Shades of Ce Soir #A06AAF

Tints of Ce Soir #A06AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.68%

R = 36.28%
G = 24.04%
B = 39.68%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A06AAF (or 0xA06AAF) is known color: Ce Soir. HEX triplet: A0, 6A and AF. RGB value is (160,106,175). Sum of RGB (Red+Green+Blue) = 160+106+175=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #A06AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06AAF is #5F9550. Grayscale: #818181. Windows color (decimal): -6264145 or 11496096. OLE color: 11496096.

HSL color Cylindrical-coordinate representation of color #A06AAF: hue angle of 286.96º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06AAF is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 106 175 -
CMYK 0.09 0.39 0 0.31
HSL 286.96º 0.3% 0.55% -
HSV(B) 286.96º 0.39% 0.69% -
XYZ 27.39 20.88 43.14 -
YUV 130.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 160 106 175 0.09 0.39 0 0.31 286.96 0.3 0.55
Hex A0 6A AF 9 27 0 1F 11F 1E 37
Octal 240 152 257 11 47 0 37 437 36 67
Binary 10100000 1101010 10101111 1001 100111 0 11111 100011111 11110 110111

Color Harmonies of #A06AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06AAF

Black with #A06AAF

Text Example


Text Example

White with #A06AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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