Html Css Color HEX #A085BF Cold Purple

📋 copy color: '#A085BF'

red 160 ◦ green 133 ◦ blue 191

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

Shades of Cold Purple #A085BF

Tints of Cold Purple #A085BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.46%

R = 33.06%
G = 27.48%
B = 39.46%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A085BF (or 0xA085BF) is known color: Cold Purple. HEX triplet: A0, 85 and BF. RGB value is (160,133,191). Sum of RGB (Red+Green+Blue) = 160+133+191=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #A085BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085BF is #5F7A40. Grayscale: #939393. Windows color (decimal): -6257217 or 12551584. OLE color: 12551584.

HSL color Cylindrical-coordinate representation of color #A085BF: hue angle of 267.93º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A085BF is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 133 191 -
CMYK 0.16 0.30 0 0.25
HSL 267.93º 0.31% 0.64% -
HSV(B) 267.93º 0.3% 0.75% -
XYZ 32.29 28.01 52.99 -
YUV 147.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 160 133 191 0.16 0.30 0 0.25 267.93 0.31 0.64
Hex A0 85 BF 10 1E 0 19 10C 1F 40
Octal 240 205 277 20 36 0 31 414 37 100
Binary 10100000 10000101 10111111 10000 11110 0 11001 100001100 11111 1000000

Color Harmonies of #A085BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A085BF

Black with #A085BF

Text Example


Text Example

White with #A085BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A085BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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