Html Css Color HEX #A0267C Dark Purple

📋 copy color: '#A0267C'

red 160 ◦ green 38 ◦ blue 124

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

Shades of Dark Purple #A0267C

Tints of Dark Purple #A0267C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 49.69%
G = 11.8%
B = 38.51%

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

#A0267C (or 0xA0267C) is known color: Dark Purple. HEX triplet: A0, 26 and 7C. RGB value is (160,38,124). Sum of RGB (Red+Green+Blue) = 160+38+124=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0267C is #5FD983. Grayscale: #545454. Windows color (decimal): -6281604 or 8136352. OLE color: 8136352.

HSL color Cylindrical-coordinate representation of color #A0267C: hue angle of 317.7º 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 #A0267C is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 38 124 -
CMYK 0 0.76 0.22 0.37
HSL 317.7º 0.62% 0.39% -
HSV(B) 317.7º 0.76% 0.63% -
XYZ 18.83 10.32 20.07 -
YUV 84.28 150.42 182.01 -
System Red Green Blue C M Y K H S L
Decimal 160 38 124 0 0.76 0.22 0.37 317.7 0.62 0.39
Hex A0 26 7C 0 4C 16 25 13E 3E 27
Octal 240 46 174 0 114 26 45 476 76 47
Binary 10100000 100110 1111100 0 1001100 10110 100101 100111110 111110 100111

Color Harmonies of #A0267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0267C

Black with #A0267C

Text Example


Text Example

White with #A0267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0267C; }

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

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

background-color css

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

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

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

border-color css

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

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

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