Html Css Color HEX #A0238F Dark Purple

📋 copy color: '#A0238F'

red 160 ◦ green 35 ◦ blue 143

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

Shades of Dark Purple #A0238F

Tints of Dark Purple #A0238F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.31%

R = 47.34%
G = 10.36%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0238F (or 0xA0238F) is known color: Dark Purple. HEX triplet: A0, 23 and 8F. RGB value is (160,35,143). Sum of RGB (Red+Green+Blue) = 160+35+143=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0238F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0238F is #5FDC70. Grayscale: #545454. Windows color (decimal): -6282353 or 9380768. OLE color: 9380768.

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

Color convert

RGB 160 35 143 -
CMYK 0 0.78 0.11 0.37
HSL 308.16º 0.64% 0.38% -
HSV(B) 308.16º 0.78% 0.63% -
XYZ 20.06 10.66 26.99 -
YUV 84.69 160.91 181.72 -
System Red Green Blue C M Y K H S L
Decimal 160 35 143 0 0.78 0.11 0.37 308.16 0.64 0.38
Hex A0 23 8F 0 4E B 25 134 40 26
Octal 240 43 217 0 116 13 45 464 100 46
Binary 10100000 100011 10001111 0 1001110 1011 100101 100110100 1000000 100110

Color Harmonies of #A0238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0238F

Black with #A0238F

Text Example


Text Example

White with #A0238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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