Html Css Color HEX #A084BC Cold Purple

📋 copy color: '#A084BC'

red 160 ◦ green 132 ◦ blue 188

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

Shades of Cold Purple #A084BC

Tints of Cold Purple #A084BC

RGB

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

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

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

R = 33.33%
G = 27.5%
B = 39.17%

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

#A084BC (or 0xA084BC) is known color: Cold Purple. HEX triplet: A0, 84 and BC. RGB value is (160,132,188). Sum of RGB (Red+Green+Blue) = 160+132+188=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #A084BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084BC is #5F7B43. Grayscale: #929292. Windows color (decimal): -6257476 or 12354720. OLE color: 12354720.

HSL color Cylindrical-coordinate representation of color #A084BC: hue angle of 270º degrees, saturation: 0.29, 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 #A084BC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 132 188 -
CMYK 0.15 0.30 0 0.26
HSL 270º 0.29% 0.63% -
HSV(B) 270º 0.3% 0.74% -
XYZ 31.83 27.61 51.23 -
YUV 146.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 160 132 188 0.15 0.30 0 0.26 270 0.29 0.63
Hex A0 84 BC F 1E 0 1A 10E 1D 3F
Octal 240 204 274 17 36 0 32 416 35 77
Binary 10100000 10000100 10111100 1111 11110 0 11010 100001110 11101 111111

Color Harmonies of #A084BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A084BC

Black with #A084BC

Text Example


Text Example

White with #A084BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A084BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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