Html Css Color HEX #AF1FDC Dark Orchid

📋 copy color: '#AF1FDC'

red 175 ◦ green 31 ◦ blue 220

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

Shades of Dark Orchid #AF1FDC

Tints of Dark Orchid #AF1FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.28%

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 41.08%
G = 7.28%
B = 51.64%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF1FDC (or 0xAF1FDC) is known color: Dark Orchid. HEX triplet: AF, 1F and DC. RGB value is (175,31,220). Sum of RGB (Red+Green+Blue) = 175+31+220=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF1FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FDC is #50E023. Grayscale: #5E5E5E. Windows color (decimal): -5300260 or 14426031. OLE color: 14426031.

HSL color Cylindrical-coordinate representation of color #AF1FDC: hue angle of 285.71º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1FDC is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 31 220 -
CMYK 0.20 0.86 0 0.14
HSL 285.71º 0.75% 0.49% -
HSV(B) 285.71º 0.86% 0.86% -
XYZ 31.09 15.26 69.02 -
YUV 95.6 198.21 184.63 -
System Red Green Blue C M Y K H S L
Decimal 175 31 220 0.20 0.86 0 0.14 285.71 0.75 0.49
Hex AF 1F DC 14 56 0 E 11E 4B 31
Octal 257 37 334 24 126 0 16 436 113 61
Binary 10101111 11111 11011100 10100 1010110 0 1110 100011110 1001011 110001

Color Harmonies of #AF1FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FDC

Black with #AF1FDC

Text Example


Text Example

White with #AF1FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FDC; }

 p { color: rgb(175,31,220); }

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

background-color css

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

 a { background-color: rgb(175,31,220); }

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

border-color css

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

 span { border-color: rgb(175,31,220); }

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