Html Css Color HEX #A86FB5 Ce Soir

📋 copy color: '#A86FB5'

red 168 ◦ green 111 ◦ blue 181

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

Shades of Ce Soir #A86FB5

Tints of Ce Soir #A86FB5

RGB

 RED value IS 168 (66.02% from 255) = 36.52%

 GREEN value IS 111 (43.75% from 255) = 24.13%

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

R = 36.52%
G = 24.13%
B = 39.35%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A86FB5 (or 0xA86FB5) is known color: Ce Soir. HEX triplet: A8, 6F and B5. RGB value is (168,111,181). Sum of RGB (Red+Green+Blue) = 168+111+181=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 181 - color contains mainly: blue. Hex color #A86FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FB5 is #57904A. Grayscale: #878787. Windows color (decimal): -5738571 or 11890600. OLE color: 11890600.

HSL color Cylindrical-coordinate representation of color #A86FB5: hue angle of 288.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86FB5 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 111 181 -
CMYK 0.07 0.39 0 0.29
HSL 288.86º 0.32% 0.57% -
HSV(B) 288.86º 0.39% 0.71% -
XYZ 30.17 23.03 46.57 -
YUV 136.02 153.38 150.81 -
System Red Green Blue C M Y K H S L
Decimal 168 111 181 0.07 0.39 0 0.29 288.86 0.32 0.57
Hex A8 6F B5 7 27 0 1D 121 20 39
Octal 250 157 265 7 47 0 35 441 40 71
Binary 10101000 1101111 10110101 111 100111 0 11101 100100001 100000 111001

Color Harmonies of #A86FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FB5

Black with #A86FB5

Text Example


Text Example

White with #A86FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FB5; }

 p { color: rgb(168,111,181); }

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

background-color css

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

 a { background-color: rgb(168,111,181); }

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

border-color css

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

 span { border-color: rgb(168,111,181); }

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