Html Css Color HEX #AF0CDA Dark Violet

📋 copy color: '#AF0CDA'

red 175 ◦ green 12 ◦ blue 218

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

Shades of Dark Violet #AF0CDA

Tints of Dark Violet #AF0CDA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.96%

 BLUE value IS 218 (85.55% from 255) = 53.83%

R = 43.21%
G = 2.96%
B = 53.83%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF0CDA (or 0xAF0CDA) is known color: Dark Violet. HEX triplet: AF, 0C and DA. RGB value is (175,12,218). Sum of RGB (Red+Green+Blue) = 175+12+218=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF0CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CDA is #50F325. Grayscale: #535353. Windows color (decimal): -5305126 or 14290095. OLE color: 14290095.

HSL color Cylindrical-coordinate representation of color #AF0CDA: hue angle of 287.48º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0CDA is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 12 218 -
CMYK 0.20 0.94 0 0.15
HSL 287.48º 0.9% 0.45% -
HSV(B) 287.48º 0.94% 0.85% -
XYZ 30.47 14.44 67.51 -
YUV 84.22 203.5 192.75 -
System Red Green Blue C M Y K H S L
Decimal 175 12 218 0.20 0.94 0 0.15 287.48 0.9 0.45
Hex AF C DA 14 5E 0 F 11F 5A 2D
Octal 257 14 332 24 136 0 17 437 132 55
Binary 10101111 1100 11011010 10100 1011110 0 1111 100011111 1011010 101101

Color Harmonies of #AF0CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CDA

Black with #AF0CDA

Text Example


Text Example

White with #AF0CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CDA; }

 p { color: rgb(175,12,218); }

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

background-color css

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

 a { background-color: rgb(175,12,218); }

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

border-color css

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

 span { border-color: rgb(175,12,218); }

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