Html Css Color HEX #A083C9 Cold Purple

📋 copy color: '#A083C9'

red 160 ◦ green 131 ◦ blue 201

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

Shades of Cold Purple #A083C9

Tints of Cold Purple #A083C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.85%

R = 32.52%
G = 26.63%
B = 40.85%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A083C9 (or 0xA083C9) is known color: Cold Purple. HEX triplet: A0, 83 and C9. RGB value is (160,131,201). Sum of RGB (Red+Green+Blue) = 160+131+201=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #A083C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083C9 is #5F7C36. Grayscale: #939393. Windows color (decimal): -6257719 or 13206432. OLE color: 13206432.

HSL color Cylindrical-coordinate representation of color #A083C9: hue angle of 264.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A083C9 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 131 201 -
CMYK 0.20 0.35 0 0.21
HSL 264.86º 0.39% 0.65% -
HSV(B) 264.86º 0.35% 0.79% -
XYZ 33.16 27.92 58.9 -
YUV 147.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 160 131 201 0.20 0.35 0 0.21 264.86 0.39 0.65
Hex A0 83 C9 14 23 0 15 109 27 41
Octal 240 203 311 24 43 0 25 411 47 101
Binary 10100000 10000011 11001001 10100 100011 0 10101 100001001 100111 1000001

Color Harmonies of #A083C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083C9

Black with #A083C9

Text Example


Text Example

White with #A083C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A083C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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