Html Css Color HEX #A085BC Cold Purple

📋 copy color: '#A085BC'

red 160 ◦ green 133 ◦ blue 188

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

Shades of Cold Purple #A085BC

Tints of Cold Purple #A085BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.09%

R = 33.26%
G = 27.65%
B = 39.09%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A085BC (or 0xA085BC) is known color: Cold Purple. HEX triplet: A0, 85 and BC. RGB value is (160,133,188). Sum of RGB (Red+Green+Blue) = 160+133+188=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #A085BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085BC is #5F7A43. Grayscale: #939393. Windows color (decimal): -6257220 or 12354976. OLE color: 12354976.

HSL color Cylindrical-coordinate representation of color #A085BC: hue angle of 269.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A085BC is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 133 188 -
CMYK 0.15 0.29 0 0.26
HSL 269.45º 0.29% 0.63% -
HSV(B) 269.45º 0.29% 0.74% -
XYZ 31.96 27.88 51.27 -
YUV 147.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 160 133 188 0.15 0.29 0 0.26 269.45 0.29 0.63
Hex A0 85 BC F 1D 0 1A 10D 1D 3F
Octal 240 205 274 17 35 0 32 415 35 77
Binary 10100000 10000101 10111100 1111 11101 0 11010 100001101 11101 111111

Color Harmonies of #A085BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A085BC

Black with #A085BC

Text Example


Text Example

White with #A085BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A085BC; }

 p { color: rgb(160,133,188); }

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

background-color css

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

 a { background-color: rgb(160,133,188); }

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

border-color css

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

 span { border-color: rgb(160,133,188); }

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