Html Css Color HEX #AF00CF Dark Violet

📋 copy color: '#AF00CF'

red 175 ◦ green 0 ◦ blue 207

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

Shades of Dark Violet #AF00CF

Tints of Dark Violet #AF00CF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.81%
G = 0%
B = 54.19%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF00CF (or 0xAF00CF) is known color: Dark Violet. HEX triplet: AF, 00 and CF. RGB value is (175,0,207). Sum of RGB (Red+Green+Blue) = 175+0+207=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF00CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00CF is #50FF30. Grayscale: #4B4B4B. Windows color (decimal): -5308209 or 13566127. OLE color: 13566127.

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

Color convert

RGB 175 0 207 -
CMYK 0.15 1 0 0.19
HSL 290.72º 1% 0.41% -
HSV(B) 290.72º 1% 0.81% -
XYZ 28.94 13.62 60.13 -
YUV 75.92 201.98 198.67 -
System Red Green Blue C M Y K H S L
Decimal 175 0 207 0.15 1 0 0.19 290.72 1 0.41
Hex AF 0 CF F 64 0 13 123 64 29
Octal 257 0 317 17 144 0 23 443 144 51
Binary 10101111 0 11001111 1111 1100100 0 10011 100100011 1100100 101001

Color Harmonies of #AF00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00CF

Black with #AF00CF

Text Example


Text Example

White with #AF00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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