Html Css Color HEX #A886CE Cold Purple

📋 copy color: '#A886CE'

red 168 ◦ green 134 ◦ blue 206

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

Shades of Cold Purple #A886CE

Tints of Cold Purple #A886CE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.38%

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 33.07%
G = 26.38%
B = 40.55%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A886CE (or 0xA886CE) is known color: Cold Purple. HEX triplet: A8, 86 and CE. RGB value is (168,134,206). Sum of RGB (Red+Green+Blue) = 168+134+206=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #A886CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886CE is #577931. Grayscale: #989898. Windows color (decimal): -5732658 or 13534888. OLE color: 13534888.

HSL color Cylindrical-coordinate representation of color #A886CE: hue angle of 268.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A886CE is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 134 206 -
CMYK 0.18 0.35 0 0.19
HSL 268.33º 0.42% 0.67% -
HSV(B) 268.33º 0.35% 0.81% -
XYZ 35.81 29.83 62.26 -
YUV 152.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 168 134 206 0.18 0.35 0 0.19 268.33 0.42 0.67
Hex A8 86 CE 12 23 0 13 10C 2A 43
Octal 250 206 316 22 43 0 23 414 52 103
Binary 10101000 10000110 11001110 10010 100011 0 10011 100001100 101010 1000011

Color Harmonies of #A886CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A886CE

Black with #A886CE

Text Example


Text Example

White with #A886CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A886CE; }

 p { color: rgb(168,134,206); }

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

background-color css

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

 a { background-color: rgb(168,134,206); }

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

border-color css

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

 span { border-color: rgb(168,134,206); }

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