Html Css Color HEX #A0268F Dark Purple

📋 copy color: '#A0268F'

red 160 ◦ green 38 ◦ blue 143

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

Shades of Dark Purple #A0268F

Tints of Dark Purple #A0268F

RGB

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

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

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

R = 46.92%
G = 11.14%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0268F (or 0xA0268F) is known color: Dark Purple. HEX triplet: A0, 26 and 8F. RGB value is (160,38,143). Sum of RGB (Red+Green+Blue) = 160+38+143=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0268F is #5FD970. Grayscale: #565656. Windows color (decimal): -6281585 or 9381536. OLE color: 9381536.

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

Color convert

RGB 160 38 143 -
CMYK 0 0.76 0.11 0.37
HSL 308.36º 0.62% 0.39% -
HSV(B) 308.36º 0.76% 0.63% -
XYZ 20.15 10.84 27.02 -
YUV 86.45 159.92 180.46 -
System Red Green Blue C M Y K H S L
Decimal 160 38 143 0 0.76 0.11 0.37 308.36 0.62 0.39
Hex A0 26 8F 0 4C B 25 134 3E 27
Octal 240 46 217 0 114 13 45 464 76 47
Binary 10100000 100110 10001111 0 1001100 1011 100101 100110100 111110 100111

Color Harmonies of #A0268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0268F

Black with #A0268F

Text Example


Text Example

White with #A0268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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