Html Css Color HEX #AF2ED1 Dark Orchid

📋 copy color: '#AF2ED1'

red 175 ◦ green 46 ◦ blue 209

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

Shades of Dark Orchid #AF2ED1

Tints of Dark Orchid #AF2ED1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.7%

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

R = 40.7%
G = 10.7%
B = 48.6%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF2ED1 (or 0xAF2ED1) is known color: Dark Orchid. HEX triplet: AF, 2E and D1. RGB value is (175,46,209). Sum of RGB (Red+Green+Blue) = 175+46+209=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF2ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ED1 is #50D12E. Grayscale: #666666. Windows color (decimal): -5296431 or 13708975. OLE color: 13708975.

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

Color convert

RGB 175 46 209 -
CMYK 0.16 0.78 0 0.18
HSL 287.48º 0.64% 0.5% -
HSV(B) 287.48º 0.78% 0.82% -
XYZ 30.16 15.67 61.76 -
YUV 103.15 187.74 179.25 -
System Red Green Blue C M Y K H S L
Decimal 175 46 209 0.16 0.78 0 0.18 287.48 0.64 0.5
Hex AF 2E D1 10 4E 0 12 11F 40 32
Octal 257 56 321 20 116 0 22 437 100 62
Binary 10101111 101110 11010001 10000 1001110 0 10010 100011111 1000000 110010

Color Harmonies of #AF2ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2ED1

Black with #AF2ED1

Text Example


Text Example

White with #AF2ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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