Html Css Color HEX #A885CE Cold Purple

📋 copy color: '#A885CE'

red 168 ◦ green 133 ◦ blue 206

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

Shades of Cold Purple #A885CE

Tints of Cold Purple #A885CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.23%

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

R = 33.14%
G = 26.23%
B = 40.63%

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

#A885CE (or 0xA885CE) is known color: Cold Purple. HEX triplet: A8, 85 and CE. RGB value is (168,133,206). Sum of RGB (Red+Green+Blue) = 168+133+206=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #A885CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885CE is #577A31. Grayscale: #979797. Windows color (decimal): -5732914 or 13534632. OLE color: 13534632.

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

Color convert

RGB 168 133 206 -
CMYK 0.18 0.35 0 0.19
HSL 268.77º 0.43% 0.66% -
HSV(B) 268.77º 0.35% 0.81% -
XYZ 35.68 29.56 62.22 -
YUV 151.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 168 133 206 0.18 0.35 0 0.19 268.77 0.43 0.66
Hex A8 85 CE 12 23 0 13 10D 2B 42
Octal 250 205 316 22 43 0 23 415 53 102
Binary 10101000 10000101 11001110 10010 100011 0 10011 100001101 101011 1000010

Color Harmonies of #A885CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A885CE

Black with #A885CE

Text Example


Text Example

White with #A885CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A885CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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