Html Css Color HEX #AB068F Dark Magenta

📋 copy color: '#AB068F'

red 171 ◦ green 6 ◦ blue 143

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

Shades of Dark Magenta #AB068F

Tints of Dark Magenta #AB068F

RGB

 RED value IS 171 (67.19% from 255) = 53.44%

 GREEN value IS 6 (2.73% from 255) = 1.88%

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

R = 53.44%
G = 1.88%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB068F (or 0xAB068F) is known color: Dark Magenta. HEX triplet: AB, 06 and 8F. RGB value is (171,6,143). Sum of RGB (Red+Green+Blue) = 171+6+143=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB068F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB068F is #54F970. Grayscale: #464646. Windows color (decimal): -5568881 or 9373355. OLE color: 9373355.

HSL color Cylindrical-coordinate representation of color #AB068F: hue angle of 310.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB068F is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 6 143 -
CMYK 0 0.96 0.16 0.33
HSL 310.18º 0.93% 0.35% -
HSV(B) 310.18º 0.96% 0.67% -
XYZ 21.82 10.77 26.92 -
YUV 70.95 168.66 199.36 -
System Red Green Blue C M Y K H S L
Decimal 171 6 143 0 0.96 0.16 0.33 310.18 0.93 0.35
Hex AB 6 8F 0 60 10 21 136 5D 23
Octal 253 6 217 0 140 20 41 466 135 43
Binary 10101011 110 10001111 0 1100000 10000 100001 100110110 1011101 100011

Color Harmonies of #AB068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB068F

Black with #AB068F

Text Example


Text Example

White with #AB068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB068F; }

 p { color: rgb(171,6,143); }

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

background-color css

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

 a { background-color: rgb(171,6,143); }

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

border-color css

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

 span { border-color: rgb(171,6,143); }

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