Html Css Color HEX #AF00CD Dark Violet

📋 copy color: '#AF00CD'

red 175 ◦ green 0 ◦ blue 205

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

Shades of Dark Violet #AF00CD

Tints of Dark Violet #AF00CD

RGB

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

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

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

R = 46.05%
G = 0%
B = 53.95%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF00CD (or 0xAF00CD) is known color: Dark Violet. HEX triplet: AF, 00 and CD. RGB value is (175,0,205). Sum of RGB (Red+Green+Blue) = 175+0+205=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF00CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00CD is #50FF32. Grayscale: #4B4B4B. Windows color (decimal): -5308211 or 13435055. OLE color: 13435055.

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

Color convert

RGB 175 0 205 -
CMYK 0.15 1 0 0.20
HSL 291.22º 1% 0.4% -
HSV(B) 291.22º 1% 0.8% -
XYZ 28.7 13.52 58.85 -
YUV 75.7 200.98 198.83 -
System Red Green Blue C M Y K H S L
Decimal 175 0 205 0.15 1 0 0.20 291.22 1 0.4
Hex AF 0 CD F 64 0 14 123 64 28
Octal 257 0 315 17 144 0 24 443 144 50
Binary 10101111 0 11001101 1111 1100100 0 10100 100100011 1100100 101000

Color Harmonies of #AF00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00CD

Black with #AF00CD

Text Example


Text Example

White with #AF00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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