Html Css Color HEX #AF1ED1 Dark Orchid

📋 copy color: '#AF1ED1'

red 175 ◦ green 30 ◦ blue 209

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

Shades of Dark Orchid #AF1ED1

Tints of Dark Orchid #AF1ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.48%

R = 42.27%
G = 7.25%
B = 50.48%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF1ED1 (or 0xAF1ED1) is known color: Dark Orchid. HEX triplet: AF, 1E and D1. RGB value is (175,30,209). Sum of RGB (Red+Green+Blue) = 175+30+209=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF1ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1ED1 is #50E12E. Grayscale: #5D5D5D. Windows color (decimal): -5300527 or 13704879. OLE color: 13704879.

HSL color Cylindrical-coordinate representation of color #AF1ED1: hue angle of 288.6º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1ED1 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 30 209 -
CMYK 0.16 0.86 0 0.18
HSL 288.6º 0.75% 0.47% -
HSV(B) 288.6º 0.86% 0.82% -
XYZ 29.65 14.65 61.59 -
YUV 93.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 175 30 209 0.16 0.86 0 0.18 288.6 0.75 0.47
Hex AF 1E D1 10 56 0 12 121 4B 2F
Octal 257 36 321 20 126 0 22 441 113 57
Binary 10101111 11110 11010001 10000 1010110 0 10010 100100001 1001011 101111

Color Harmonies of #AF1ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1ED1

Black with #AF1ED1

Text Example


Text Example

White with #AF1ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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