Html Css Color HEX #AF2FD1 Dark Orchid

📋 copy color: '#AF2FD1'

red 175 ◦ green 47 ◦ blue 209

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

Shades of Dark Orchid #AF2FD1

Tints of Dark Orchid #AF2FD1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.9%

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

R = 40.6%
G = 10.9%
B = 48.49%

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

#AF2FD1 (or 0xAF2FD1) is known color: Dark Orchid. HEX triplet: AF, 2F and D1. RGB value is (175,47,209). Sum of RGB (Red+Green+Blue) = 175+47+209=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF2FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FD1 is #50D02E. Grayscale: #676767. Windows color (decimal): -5296175 or 13709231. OLE color: 13709231.

HSL color Cylindrical-coordinate representation of color #AF2FD1: hue angle of 287.41º 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 #AF2FD1 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 47 209 -
CMYK 0.16 0.78 0 0.18
HSL 287.41º 0.64% 0.5% -
HSV(B) 287.41º 0.78% 0.82% -
XYZ 30.2 15.75 61.77 -
YUV 103.74 187.41 178.83 -
System Red Green Blue C M Y K H S L
Decimal 175 47 209 0.16 0.78 0 0.18 287.41 0.64 0.5
Hex AF 2F D1 10 4E 0 12 11F 40 32
Octal 257 57 321 20 116 0 22 437 100 62
Binary 10101111 101111 11010001 10000 1001110 0 10010 100011111 1000000 110010

Color Harmonies of #AF2FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FD1

Black with #AF2FD1

Text Example


Text Example

White with #AF2FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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