Html Css Color HEX #A0268B Dark Purple

📋 copy color: '#A0268B'

red 160 ◦ green 38 ◦ blue 139

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

Shades of Dark Purple #A0268B

Tints of Dark Purple #A0268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 47.48%
G = 11.28%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0268B (or 0xA0268B) is known color: Dark Purple. HEX triplet: A0, 26 and 8B. RGB value is (160,38,139). Sum of RGB (Red+Green+Blue) = 160+38+139=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0268B is #5FD974. Grayscale: #555555. Windows color (decimal): -6281589 or 9119392. OLE color: 9119392.

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

Color convert

RGB 160 38 139 -
CMYK 0 0.76 0.13 0.37
HSL 310.33º 0.62% 0.39% -
HSV(B) 310.33º 0.76% 0.63% -
XYZ 19.85 10.72 25.45 -
YUV 85.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 160 38 139 0 0.76 0.13 0.37 310.33 0.62 0.39
Hex A0 26 8B 0 4C D 25 136 3E 27
Octal 240 46 213 0 114 15 45 466 76 47
Binary 10100000 100110 10001011 0 1001100 1101 100101 100110110 111110 100111

Color Harmonies of #A0268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0268B

Black with #A0268B

Text Example


Text Example

White with #A0268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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