Html Css Color HEX #A083C2 Cold Purple

📋 copy color: '#A083C2'

red 160 ◦ green 131 ◦ blue 194

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

Shades of Cold Purple #A083C2

Tints of Cold Purple #A083C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40%

R = 32.99%
G = 27.01%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A083C2 (or 0xA083C2) is known color: Cold Purple. HEX triplet: A0, 83 and C2. RGB value is (160,131,194). Sum of RGB (Red+Green+Blue) = 160+131+194=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 194 - color contains mainly: blue. Hex color #A083C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083C2 is #5F7C3D. Grayscale: #929292. Windows color (decimal): -6257726 or 12747680. OLE color: 12747680.

HSL color Cylindrical-coordinate representation of color #A083C2: hue angle of 267.62º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A083C2 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 131 194 -
CMYK 0.18 0.32 0 0.24
HSL 267.62º 0.34% 0.64% -
HSV(B) 267.62º 0.32% 0.76% -
XYZ 32.35 27.6 54.66 -
YUV 146.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 160 131 194 0.18 0.32 0 0.24 267.62 0.34 0.64
Hex A0 83 C2 12 20 0 18 10C 22 40
Octal 240 203 302 22 40 0 30 414 42 100
Binary 10100000 10000011 11000010 10010 100000 0 11000 100001100 100010 1000000

Color Harmonies of #A083C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083C2

Black with #A083C2

Text Example


Text Example

White with #A083C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A083C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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