Html Css Color HEX #A786CB Cold Purple

📋 copy color: '#A786CB'

red 167 ◦ green 134 ◦ blue 203

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

Shades of Cold Purple #A786CB

Tints of Cold Purple #A786CB

RGB

 RED value IS 167 (65.63% from 255) = 33.13%

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

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 33.13%
G = 26.59%
B = 40.28%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A786CB (or 0xA786CB) is known color: Cold Purple. HEX triplet: A7, 86 and CB. RGB value is (167,134,203). Sum of RGB (Red+Green+Blue) = 167+134+203=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #A786CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786CB is #587934. Grayscale: #979797. Windows color (decimal): -5798197 or 13338279. OLE color: 13338279.

HSL color Cylindrical-coordinate representation of color #A786CB: hue angle of 268.7º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A786CB is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 134 203 -
CMYK 0.18 0.34 0 0.20
HSL 268.7º 0.4% 0.66% -
HSV(B) 268.7º 0.34% 0.8% -
XYZ 35.24 29.58 60.35 -
YUV 151.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 167 134 203 0.18 0.34 0 0.20 268.7 0.4 0.66
Hex A7 86 CB 12 22 0 14 10D 28 42
Octal 247 206 313 22 42 0 24 415 50 102
Binary 10100111 10000110 11001011 10010 100010 0 10100 100001101 101000 1000010

Color Harmonies of #A786CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A786CB

Black with #A786CB

Text Example


Text Example

White with #A786CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A786CB; }

 p { color: rgb(167,134,203); }

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

background-color css

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

 a { background-color: rgb(167,134,203); }

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

border-color css

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

 span { border-color: rgb(167,134,203); }

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