Html Css Color HEX #A06BAD Ce Soir

📋 copy color: '#A06BAD'

red 160 ◦ green 107 ◦ blue 173

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

Shades of Ce Soir #A06BAD

Tints of Ce Soir #A06BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 36.36%
G = 24.32%
B = 39.32%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A06BAD (or 0xA06BAD) is known color: Ce Soir. HEX triplet: A0, 6B and AD. RGB value is (160,107,173). Sum of RGB (Red+Green+Blue) = 160+107+173=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #A06BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06BAD is #5F9452. Grayscale: #828282. Windows color (decimal): -6263891 or 11365280. OLE color: 11365280.

HSL color Cylindrical-coordinate representation of color #A06BAD: hue angle of 288.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06BAD is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 107 173 -
CMYK 0.08 0.38 0 0.32
HSL 288.18º 0.29% 0.55% -
HSV(B) 288.18º 0.38% 0.68% -
XYZ 27.3 21.01 42.15 -
YUV 130.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 160 107 173 0.08 0.38 0 0.32 288.18 0.29 0.55
Hex A0 6B AD 8 26 0 20 120 1D 37
Octal 240 153 255 10 46 0 40 440 35 67
Binary 10100000 1101011 10101101 1000 100110 0 100000 100100000 11101 110111

Color Harmonies of #A06BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BAD

Black with #A06BAD

Text Example


Text Example

White with #A06BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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