Html Css Color HEX #A084C0 Cold Purple

📋 copy color: '#A084C0'

red 160 ◦ green 132 ◦ blue 192

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

Shades of Cold Purple #A084C0

Tints of Cold Purple #A084C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.67%

R = 33.06%
G = 27.27%
B = 39.67%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A084C0 (or 0xA084C0) is known color: Cold Purple. HEX triplet: A0, 84 and C0. RGB value is (160,132,192). Sum of RGB (Red+Green+Blue) = 160+132+192=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #A084C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084C0 is #5F7B3F. Grayscale: #939393. Windows color (decimal): -6257472 or 12616864. OLE color: 12616864.

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

Color convert

RGB 160 132 192 -
CMYK 0.17 0.31 0 0.25
HSL 268º 0.32% 0.64% -
HSV(B) 268º 0.31% 0.75% -
XYZ 32.26 27.78 53.53 -
YUV 147.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 160 132 192 0.17 0.31 0 0.25 268 0.32 0.64
Hex A0 84 C0 11 1F 0 19 10C 20 40
Octal 240 204 300 21 37 0 31 414 40 100
Binary 10100000 10000100 11000000 10001 11111 0 11001 100001100 100000 1000000

Color Harmonies of #A084C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A084C0

Black with #A084C0

Text Example


Text Example

White with #A084C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A084C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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