Html Css Color HEX #AF1EDC Dark Orchid

📋 copy color: '#AF1EDC'

red 175 ◦ green 30 ◦ blue 220

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

Shades of Dark Orchid #AF1EDC

Tints of Dark Orchid #AF1EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.06%

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

R = 41.18%
G = 7.06%
B = 51.76%

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

#AF1EDC (or 0xAF1EDC) is known color: Dark Orchid. HEX triplet: AF, 1E and DC. RGB value is (175,30,220). Sum of RGB (Red+Green+Blue) = 175+30+220=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF1EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1EDC is #50E123. Grayscale: #5E5E5E. Windows color (decimal): -5300516 or 14425775. OLE color: 14425775.

HSL color Cylindrical-coordinate representation of color #AF1EDC: hue angle of 285.79º degrees, saturation: 0.76, 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 #AF1EDC is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 30 220 -
CMYK 0.20 0.86 0 0.14
HSL 285.79º 0.76% 0.49% -
HSV(B) 285.79º 0.86% 0.86% -
XYZ 31.06 15.21 69.01 -
YUV 95.02 198.54 185.05 -
System Red Green Blue C M Y K H S L
Decimal 175 30 220 0.20 0.86 0 0.14 285.79 0.76 0.49
Hex AF 1E DC 14 56 0 E 11E 4C 31
Octal 257 36 334 24 126 0 16 436 114 61
Binary 10101111 11110 11011100 10100 1010110 0 1110 100011110 1001100 110001

Color Harmonies of #AF1EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1EDC

Black with #AF1EDC

Text Example


Text Example

White with #AF1EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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