Html Css Color HEX #AF1ABA Deep Magenta

📋 copy color: '#AF1ABA'

red 175 ◦ green 26 ◦ blue 186

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

Shades of Deep Magenta #AF1ABA

Tints of Deep Magenta #AF1ABA

RGB

 RED value IS 175 (68.75% from 255) = 45.22%

 GREEN value IS 26 (10.55% from 255) = 6.72%

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 45.22%
G = 6.72%
B = 48.06%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF1ABA (or 0xAF1ABA) is known color: Deep Magenta. HEX triplet: AF, 1A and BA. RGB value is (175,26,186). Sum of RGB (Red+Green+Blue) = 175+26+186=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF1ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1ABA is #50E545. Grayscale: #585858. Windows color (decimal): -5301574 or 12196527. OLE color: 12196527.

HSL color Cylindrical-coordinate representation of color #AF1ABA: hue angle of 295.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1ABA is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 26 186 -
CMYK 0.06 0.86 0 0.27
HSL 295.88º 0.75% 0.42% -
HSV(B) 295.88º 0.86% 0.73% -
XYZ 26.91 13.4 47.62 -
YUV 88.79 182.86 189.49 -
System Red Green Blue C M Y K H S L
Decimal 175 26 186 0.06 0.86 0 0.27 295.88 0.75 0.42
Hex AF 1A BA 6 56 0 1B 128 4B 2A
Octal 257 32 272 6 126 0 33 450 113 52
Binary 10101111 11010 10111010 110 1010110 0 11011 100101000 1001011 101010

Color Harmonies of #AF1ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1ABA

Black with #AF1ABA

Text Example


Text Example

White with #AF1ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1ABA; }

 p { color: rgb(175,26,186); }

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

background-color css

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

 a { background-color: rgb(175,26,186); }

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

border-color css

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

 span { border-color: rgb(175,26,186); }

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