Html Css Color HEX #AF11CD Dark Violet

📋 copy color: '#AF11CD'

red 175 ◦ green 17 ◦ blue 205

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

Shades of Dark Violet #AF11CD

Tints of Dark Violet #AF11CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.28%

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 44.08%
G = 4.28%
B = 51.64%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF11CD (or 0xAF11CD) is known color: Dark Violet. HEX triplet: AF, 11 and CD. RGB value is (175,17,205). Sum of RGB (Red+Green+Blue) = 175+17+205=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF11CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11CD is #50EE32. Grayscale: #555555. Windows color (decimal): -5303859 or 13439407. OLE color: 13439407.

HSL color Cylindrical-coordinate representation of color #AF11CD: hue angle of 290.43º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF11CD is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 17 205 -
CMYK 0.15 0.92 0 0.20
HSL 290.43º 0.85% 0.44% -
HSV(B) 290.43º 0.92% 0.8% -
XYZ 28.9 13.92 58.92 -
YUV 85.67 195.35 191.71 -
System Red Green Blue C M Y K H S L
Decimal 175 17 205 0.15 0.92 0 0.20 290.43 0.85 0.44
Hex AF 11 CD F 5C 0 14 122 55 2C
Octal 257 21 315 17 134 0 24 442 125 54
Binary 10101111 10001 11001101 1111 1011100 0 10100 100100010 1010101 101100

Color Harmonies of #AF11CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11CD

Black with #AF11CD

Text Example


Text Example

White with #AF11CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11CD; }

 p { color: rgb(175,17,205); }

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

background-color css

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

 a { background-color: rgb(175,17,205); }

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

border-color css

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

 span { border-color: rgb(175,17,205); }

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