Html Css Color HEX #A083C0 Cold Purple

📋 copy color: '#A083C0'

red 160 ◦ green 131 ◦ blue 192

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

Shades of Cold Purple #A083C0

Tints of Cold Purple #A083C0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.12%

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

R = 33.13%
G = 27.12%
B = 39.75%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A083C0 (or 0xA083C0) is known color: Cold Purple. HEX triplet: A0, 83 and C0. RGB value is (160,131,192). Sum of RGB (Red+Green+Blue) = 160+131+192=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #A083C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083C0 is #5F7C3F. Grayscale: #929292. Windows color (decimal): -6257728 or 12616608. OLE color: 12616608.

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

Color convert

RGB 160 131 192 -
CMYK 0.17 0.32 0 0.25
HSL 268.52º 0.33% 0.63% -
HSV(B) 268.52º 0.32% 0.75% -
XYZ 32.13 27.51 53.49 -
YUV 146.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 160 131 192 0.17 0.32 0 0.25 268.52 0.33 0.63
Hex A0 83 C0 11 20 0 19 10D 21 3F
Octal 240 203 300 21 40 0 31 415 41 77
Binary 10100000 10000011 11000000 10001 100000 0 11001 100001101 100001 111111

Color Harmonies of #A083C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083C0

Black with #A083C0

Text Example


Text Example

White with #A083C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A083C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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