Html Css Color HEX #A0267D Dark Purple

📋 copy color: '#A0267D'

red 160 ◦ green 38 ◦ blue 125

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

Shades of Dark Purple #A0267D

Tints of Dark Purple #A0267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.76%

 BLUE value IS 125 (49.22% from 255) = 38.7%

R = 49.54%
G = 11.76%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0267D (or 0xA0267D) is known color: Dark Purple. HEX triplet: A0, 26 and 7D. RGB value is (160,38,125). Sum of RGB (Red+Green+Blue) = 160+38+125=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0267D is #5FD982. Grayscale: #545454. Windows color (decimal): -6281603 or 8201888. OLE color: 8201888.

HSL color Cylindrical-coordinate representation of color #A0267D: hue angle of 317.21º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0267D is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 38 125 -
CMYK 0 0.76 0.22 0.37
HSL 317.21º 0.62% 0.39% -
HSV(B) 317.21º 0.76% 0.63% -
XYZ 18.89 10.34 20.4 -
YUV 84.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 160 38 125 0 0.76 0.22 0.37 317.21 0.62 0.39
Hex A0 26 7D 0 4C 16 25 13D 3E 27
Octal 240 46 175 0 114 26 45 475 76 47
Binary 10100000 100110 1111101 0 1001100 10110 100101 100111101 111110 100111

Color Harmonies of #A0267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0267D

Black with #A0267D

Text Example


Text Example

White with #A0267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0267D; }

 p { color: rgb(160,38,125); }

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

background-color css

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

 a { background-color: rgb(160,38,125); }

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

border-color css

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

 span { border-color: rgb(160,38,125); }

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