Html Css Color HEX #AF1DA6 Medium Violet Red

📋 copy color: '#AF1DA6'

red 175 ◦ green 29 ◦ blue 166

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

Shades of Medium Violet Red #AF1DA6

Tints of Medium Violet Red #AF1DA6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.84%

 BLUE value IS 166 (65.23% from 255) = 44.86%

R = 47.3%
G = 7.84%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF1DA6 (or 0xAF1DA6) is known color: Medium Violet Red. HEX triplet: AF, 1D and A6. RGB value is (175,29,166). Sum of RGB (Red+Green+Blue) = 175+29+166=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1DA6 is #50E259. Grayscale: #575757. Windows color (decimal): -5300826 or 10886575. OLE color: 10886575.

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

Color convert

RGB 175 29 166 -
CMYK 0 0.83 0.05 0.31
HSL 303.7º 0.72% 0.4% -
HSV(B) 303.7º 0.83% 0.69% -
XYZ 25 12.75 37.22 -
YUV 88.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 175 29 166 0 0.83 0.05 0.31 303.7 0.72 0.4
Hex AF 1D A6 0 53 5 1F 130 48 28
Octal 257 35 246 0 123 5 37 460 110 50
Binary 10101111 11101 10100110 0 1010011 101 11111 100110000 1001000 101000

Color Harmonies of #AF1DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DA6

Black with #AF1DA6

Text Example


Text Example

White with #AF1DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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