Html Css Color HEX #AF03CD Dark Violet

📋 copy color: '#AF03CD'

red 175 ◦ green 3 ◦ blue 205

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

Shades of Dark Violet #AF03CD

Tints of Dark Violet #AF03CD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

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

R = 45.69%
G = 0.78%
B = 53.52%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF03CD (or 0xAF03CD) is known color: Dark Violet. HEX triplet: AF, 03 and CD. RGB value is (175,3,205). Sum of RGB (Red+Green+Blue) = 175+3+205=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF03CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03CD is #50FC32. Grayscale: #4C4C4C. Windows color (decimal): -5307443 or 13435823. OLE color: 13435823.

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

Color convert

RGB 175 3 205 -
CMYK 0.15 0.99 0 0.20
HSL 291.09º 0.97% 0.41% -
HSV(B) 291.09º 0.99% 0.8% -
XYZ 28.73 13.59 58.87 -
YUV 77.46 199.98 197.57 -
System Red Green Blue C M Y K H S L
Decimal 175 3 205 0.15 0.99 0 0.20 291.09 0.97 0.41
Hex AF 3 CD F 63 0 14 123 61 29
Octal 257 3 315 17 143 0 24 443 141 51
Binary 10101111 11 11001101 1111 1100011 0 10100 100100011 1100001 101001

Color Harmonies of #AF03CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03CD

Black with #AF03CD

Text Example


Text Example

White with #AF03CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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