Html Css Color HEX #A085BB Cold Purple

📋 copy color: '#A085BB'

red 160 ◦ green 133 ◦ blue 187

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

Shades of Cold Purple #A085BB

Tints of Cold Purple #A085BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 33.33%
G = 27.71%
B = 38.96%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A085BB (or 0xA085BB) is known color: Cold Purple. HEX triplet: A0, 85 and BB. RGB value is (160,133,187). Sum of RGB (Red+Green+Blue) = 160+133+187=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #A085BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085BB is #5F7A44. Grayscale: #939393. Windows color (decimal): -6257221 or 12289440. OLE color: 12289440.

HSL color Cylindrical-coordinate representation of color #A085BB: hue angle of 270º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A085BB is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 133 187 -
CMYK 0.14 0.29 0 0.27
HSL 270º 0.28% 0.63% -
HSV(B) 270º 0.29% 0.73% -
XYZ 31.85 27.84 50.71 -
YUV 147.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 160 133 187 0.14 0.29 0 0.27 270 0.28 0.63
Hex A0 85 BB E 1D 0 1B 10E 1C 3F
Octal 240 205 273 16 35 0 33 416 34 77
Binary 10100000 10000101 10111011 1110 11101 0 11011 100001110 11100 111111

Color Harmonies of #A085BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A085BB

Black with #A085BB

Text Example


Text Example

White with #A085BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A085BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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