Html Css Color HEX #A602AF Dark Magenta

📋 copy color: '#A602AF'

red 166 ◦ green 2 ◦ blue 175

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

Shades of Dark Magenta #A602AF

Tints of Dark Magenta #A602AF

RGB

 RED value IS 166 (65.23% from 255) = 48.4%

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 175 (68.75% from 255) = 51.02%

R = 48.4%
G = 0.58%
B = 51.02%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A602AF (or 0xA602AF) is known color: Dark Magenta. HEX triplet: A6, 02 and AF. RGB value is (166,2,175). Sum of RGB (Red+Green+Blue) = 166+2+175=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #A602AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A602AF is #59FD50. Grayscale: #464646. Windows color (decimal): -5897553 or 11469478. OLE color: 11469478.

HSL color Cylindrical-coordinate representation of color #A602AF: hue angle of 296.88º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A602AF is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 2 175 -
CMYK 0.05 0.99 0 0.31
HSL 296.88º 0.98% 0.35% -
HSV(B) 296.88º 0.99% 0.69% -
XYZ 23.49 11.25 41.49 -
YUV 70.76 186.83 195.93 -
System Red Green Blue C M Y K H S L
Decimal 166 2 175 0.05 0.99 0 0.31 296.88 0.98 0.35
Hex A6 2 AF 5 63 0 1F 129 62 23
Octal 246 2 257 5 143 0 37 451 142 43
Binary 10100110 10 10101111 101 1100011 0 11111 100101001 1100010 100011

Color Harmonies of #A602AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A602AF

Black with #A602AF

Text Example


Text Example

White with #A602AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A602AF; }

 p { color: rgb(166,2,175); }

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

background-color css

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

 a { background-color: rgb(166,2,175); }

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

border-color css

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

 span { border-color: rgb(166,2,175); }

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