Html Css Color HEX #A083BD Cold Purple

📋 copy color: '#A083BD'

red 160 ◦ green 131 ◦ blue 189

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

Shades of Cold Purple #A083BD

Tints of Cold Purple #A083BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.38%

R = 33.33%
G = 27.29%
B = 39.38%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A083BD (or 0xA083BD) is known color: Cold Purple. HEX triplet: A0, 83 and BD. RGB value is (160,131,189). Sum of RGB (Red+Green+Blue) = 160+131+189=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #A083BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083BD is #5F7C42. Grayscale: #929292. Windows color (decimal): -6257731 or 12420000. OLE color: 12420000.

HSL color Cylindrical-coordinate representation of color #A083BD: hue angle of 270º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A083BD is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 131 189 -
CMYK 0.15 0.31 0 0.26
HSL 270º 0.31% 0.63% -
HSV(B) 270º 0.31% 0.74% -
XYZ 31.8 27.38 51.75 -
YUV 146.28 152.11 137.78 -
System Red Green Blue C M Y K H S L
Decimal 160 131 189 0.15 0.31 0 0.26 270 0.31 0.63
Hex A0 83 BD F 1F 0 1A 10E 1F 3F
Octal 240 203 275 17 37 0 32 416 37 77
Binary 10100000 10000011 10111101 1111 11111 0 11010 100001110 11111 111111

Color Harmonies of #A083BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083BD

Black with #A083BD

Text Example


Text Example

White with #A083BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A083BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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