Html Css Color HEX #A083BC Cold Purple

📋 copy color: '#A083BC'

red 160 ◦ green 131 ◦ blue 188

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

Shades of Cold Purple #A083BC

Tints of Cold Purple #A083BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.25%

R = 33.4%
G = 27.35%
B = 39.25%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A083BC (or 0xA083BC) is known color: Cold Purple. HEX triplet: A0, 83 and BC. RGB value is (160,131,188). Sum of RGB (Red+Green+Blue) = 160+131+188=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #A083BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083BC is #5F7C43. Grayscale: #919191. Windows color (decimal): -6257732 or 12354464. OLE color: 12354464.

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

Color convert

RGB 160 131 188 -
CMYK 0.15 0.30 0 0.26
HSL 270.53º 0.3% 0.63% -
HSV(B) 270.53º 0.3% 0.74% -
XYZ 31.69 27.34 51.18 -
YUV 146.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 160 131 188 0.15 0.30 0 0.26 270.53 0.3 0.63
Hex A0 83 BC F 1E 0 1A 10F 1E 3F
Octal 240 203 274 17 36 0 32 417 36 77
Binary 10100000 10000011 10111100 1111 11110 0 11010 100001111 11110 111111

Color Harmonies of #A083BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083BC

Black with #A083BC

Text Example


Text Example

White with #A083BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A083BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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