Html Css Color HEX #A084BF Cold Purple

📋 copy color: '#A084BF'

red 160 ◦ green 132 ◦ blue 191

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

Shades of Cold Purple #A084BF

Tints of Cold Purple #A084BF

RGB

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

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

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

R = 33.13%
G = 27.33%
B = 39.54%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A084BF (or 0xA084BF) is known color: Cold Purple. HEX triplet: A0, 84 and BF. RGB value is (160,132,191). Sum of RGB (Red+Green+Blue) = 160+132+191=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #A084BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084BF is #5F7B40. Grayscale: #929292. Windows color (decimal): -6257473 or 12551328. OLE color: 12551328.

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

Color convert

RGB 160 132 191 -
CMYK 0.16 0.31 0 0.25
HSL 268.47º 0.32% 0.63% -
HSV(B) 268.47º 0.31% 0.75% -
XYZ 32.15 27.74 52.95 -
YUV 147.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 160 132 191 0.16 0.31 0 0.25 268.47 0.32 0.63
Hex A0 84 BF 10 1F 0 19 10C 20 3F
Octal 240 204 277 20 37 0 31 414 40 77
Binary 10100000 10000100 10111111 10000 11111 0 11001 100001100 100000 111111

Color Harmonies of #A084BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A084BF

Black with #A084BF

Text Example


Text Example

White with #A084BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A084BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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