Html Css Color HEX #AF15CD Dark Violet

📋 copy color: '#AF15CD'

red 175 ◦ green 21 ◦ blue 205

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

Shades of Dark Violet #AF15CD

Tints of Dark Violet #AF15CD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.24%

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

R = 43.64%
G = 5.24%
B = 51.12%

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

#AF15CD (or 0xAF15CD) is known color: Dark Violet. HEX triplet: AF, 15 and CD. RGB value is (175,21,205). Sum of RGB (Red+Green+Blue) = 175+21+205=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF15CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15CD is #50EA32. Grayscale: #575757. Windows color (decimal): -5302835 or 13440431. OLE color: 13440431.

HSL color Cylindrical-coordinate representation of color #AF15CD: hue angle of 290.22º degrees, saturation: 0.81, 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 #AF15CD is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 21 205 -
CMYK 0.15 0.90 0 0.20
HSL 290.22º 0.81% 0.44% -
HSV(B) 290.22º 0.9% 0.8% -
XYZ 28.97 14.06 58.94 -
YUV 88.02 194.02 190.04 -
System Red Green Blue C M Y K H S L
Decimal 175 21 205 0.15 0.90 0 0.20 290.22 0.81 0.44
Hex AF 15 CD F 5A 0 14 122 51 2C
Octal 257 25 315 17 132 0 24 442 121 54
Binary 10101111 10101 11001101 1111 1011010 0 10100 100100010 1010001 101100

Color Harmonies of #AF15CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15CD

Black with #AF15CD

Text Example


Text Example

White with #AF15CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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