Html Css Color HEX #A084BD Cold Purple

📋 copy color: '#A084BD'

red 160 ◦ green 132 ◦ blue 189

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

Shades of Cold Purple #A084BD

Tints of Cold Purple #A084BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.44%

 BLUE value IS 189 (74.22% from 255) = 39.29%

R = 33.26%
G = 27.44%
B = 39.29%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A084BD (or 0xA084BD) is known color: Cold Purple. HEX triplet: A0, 84 and BD. RGB value is (160,132,189). Sum of RGB (Red+Green+Blue) = 160+132+189=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #A084BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084BD is #5F7B42. Grayscale: #929292. Windows color (decimal): -6257475 or 12420256. OLE color: 12420256.

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

Color convert

RGB 160 132 189 -
CMYK 0.15 0.30 0 0.26
HSL 269.47º 0.3% 0.63% -
HSV(B) 269.47º 0.3% 0.74% -
XYZ 31.93 27.65 51.8 -
YUV 146.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 160 132 189 0.15 0.30 0 0.26 269.47 0.3 0.63
Hex A0 84 BD F 1E 0 1A 10D 1E 3F
Octal 240 204 275 17 36 0 32 415 36 77
Binary 10100000 10000100 10111101 1111 11110 0 11010 100001101 11110 111111

Color Harmonies of #A084BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A084BD

Black with #A084BD

Text Example


Text Example

White with #A084BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A084BD; }

 p { color: rgb(160,132,189); }

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

background-color css

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

 a { background-color: rgb(160,132,189); }

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

border-color css

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

 span { border-color: rgb(160,132,189); }

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