Html Css Color HEX #AF1CDC Dark Orchid

📋 copy color: '#AF1CDC'

red 175 ◦ green 28 ◦ blue 220

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

Shades of Dark Orchid #AF1CDC

Tints of Dark Orchid #AF1CDC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.62%

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

R = 41.37%
G = 6.62%
B = 52.01%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF1CDC (or 0xAF1CDC) is known color: Dark Orchid. HEX triplet: AF, 1C and DC. RGB value is (175,28,220). Sum of RGB (Red+Green+Blue) = 175+28+220=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF1CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1CDC is #50E323. Grayscale: #5D5D5D. Windows color (decimal): -5301028 or 14425263. OLE color: 14425263.

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

Color convert

RGB 175 28 220 -
CMYK 0.20 0.87 0 0.14
HSL 285.94º 0.77% 0.49% -
HSV(B) 285.94º 0.87% 0.86% -
XYZ 31.01 15.11 68.99 -
YUV 93.84 199.2 185.89 -
System Red Green Blue C M Y K H S L
Decimal 175 28 220 0.20 0.87 0 0.14 285.94 0.77 0.49
Hex AF 1C DC 14 57 0 E 11E 4D 31
Octal 257 34 334 24 127 0 16 436 115 61
Binary 10101111 11100 11011100 10100 1010111 0 1110 100011110 1001101 110001

Color Harmonies of #AF1CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CDC

Black with #AF1CDC

Text Example


Text Example

White with #AF1CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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