Html Css Color HEX #A0238C Dark Purple

📋 copy color: '#A0238C'

red 160 ◦ green 35 ◦ blue 140

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

Shades of Dark Purple #A0238C

Tints of Dark Purple #A0238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.45%

 BLUE value IS 140 (55.08% from 255) = 41.79%

R = 47.76%
G = 10.45%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0238C (or 0xA0238C) is known color: Dark Purple. HEX triplet: A0, 23 and 8C. RGB value is (160,35,140). Sum of RGB (Red+Green+Blue) = 160+35+140=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0238C is #5FDC73. Grayscale: #545454. Windows color (decimal): -6282356 or 9184160. OLE color: 9184160.

HSL color Cylindrical-coordinate representation of color #A0238C: hue angle of 309.6º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0238C is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 35 140 -
CMYK 0 0.78 0.12 0.37
HSL 309.6º 0.64% 0.38% -
HSV(B) 309.6º 0.78% 0.63% -
XYZ 19.83 10.57 25.81 -
YUV 84.35 159.41 181.96 -
System Red Green Blue C M Y K H S L
Decimal 160 35 140 0 0.78 0.12 0.37 309.6 0.64 0.38
Hex A0 23 8C 0 4E C 25 136 40 26
Octal 240 43 214 0 116 14 45 466 100 46
Binary 10100000 100011 10001100 0 1001110 1100 100101 100110110 1000000 100110

Color Harmonies of #A0238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0238C

Black with #A0238C

Text Example


Text Example

White with #A0238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0238C; }

 p { color: rgb(160,35,140); }

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

background-color css

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

 a { background-color: rgb(160,35,140); }

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

border-color css

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

 span { border-color: rgb(160,35,140); }

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