Html Css Color HEX #AF14CD Dark Violet

📋 copy color: '#AF14CD'

red 175 ◦ green 20 ◦ blue 205

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

Shades of Dark Violet #AF14CD

Tints of Dark Violet #AF14CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5%

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

R = 43.75%
G = 5%
B = 51.25%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF14CD (or 0xAF14CD) is known color: Dark Violet. HEX triplet: AF, 14 and CD. RGB value is (175,20,205). Sum of RGB (Red+Green+Blue) = 175+20+205=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF14CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF14CD is #50EB32. Grayscale: #565656. Windows color (decimal): -5303091 or 13440175. OLE color: 13440175.

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

Color convert

RGB 175 20 205 -
CMYK 0.15 0.90 0 0.20
HSL 290.27º 0.82% 0.44% -
HSV(B) 290.27º 0.9% 0.8% -
XYZ 28.95 14.02 58.94 -
YUV 87.44 194.35 190.46 -
System Red Green Blue C M Y K H S L
Decimal 175 20 205 0.15 0.90 0 0.20 290.27 0.82 0.44
Hex AF 14 CD F 5A 0 14 122 52 2C
Octal 257 24 315 17 132 0 24 442 122 54
Binary 10101111 10100 11001101 1111 1011010 0 10100 100100010 1010010 101100

Color Harmonies of #AF14CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF14CD

Black with #AF14CD

Text Example


Text Example

White with #AF14CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF14CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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