Html Css Color HEX #AF13CF Dark Violet

📋 copy color: '#AF13CF'

red 175 ◦ green 19 ◦ blue 207

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

Shades of Dark Violet #AF13CF

Tints of Dark Violet #AF13CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.74%

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 43.64%
G = 4.74%
B = 51.62%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF13CF (or 0xAF13CF) is known color: Dark Violet. HEX triplet: AF, 13 and CF. RGB value is (175,19,207). Sum of RGB (Red+Green+Blue) = 175+19+207=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF13CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13CF is #50EC30. Grayscale: #565656. Windows color (decimal): -5303345 or 13570991. OLE color: 13570991.

HSL color Cylindrical-coordinate representation of color #AF13CF: hue angle of 289.79º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF13CF is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 19 207 -
CMYK 0.15 0.91 0 0.19
HSL 289.79º 0.83% 0.44% -
HSV(B) 289.79º 0.91% 0.81% -
XYZ 29.17 14.08 60.21 -
YUV 87.08 195.68 190.71 -
System Red Green Blue C M Y K H S L
Decimal 175 19 207 0.15 0.91 0 0.19 289.79 0.83 0.44
Hex AF 13 CF F 5B 0 13 122 53 2C
Octal 257 23 317 17 133 0 23 442 123 54
Binary 10101111 10011 11001111 1111 1011011 0 10011 100100010 1010011 101100

Color Harmonies of #AF13CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF13CF

Black with #AF13CF

Text Example


Text Example

White with #AF13CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF13CF; }

 p { color: rgb(175,19,207); }

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

background-color css

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

 a { background-color: rgb(175,19,207); }

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

border-color css

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

 span { border-color: rgb(175,19,207); }

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