Html Css Color HEX #AF2ED7 Dark Orchid

📋 copy color: '#AF2ED7'

red 175 ◦ green 46 ◦ blue 215

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

Shades of Dark Orchid #AF2ED7

Tints of Dark Orchid #AF2ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.31%

R = 40.14%
G = 10.55%
B = 49.31%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF2ED7 (or 0xAF2ED7) is known color: Dark Orchid. HEX triplet: AF, 2E and D7. RGB value is (175,46,215). Sum of RGB (Red+Green+Blue) = 175+46+215=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF2ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ED7 is #50D128. Grayscale: #676767. Windows color (decimal): -5296425 or 14102191. OLE color: 14102191.

HSL color Cylindrical-coordinate representation of color #AF2ED7: hue angle of 285.8º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2ED7 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 46 215 -
CMYK 0.19 0.79 0 0.16
HSL 285.8º 0.68% 0.51% -
HSV(B) 285.8º 0.79% 0.84% -
XYZ 30.92 15.97 65.74 -
YUV 103.84 190.74 178.76 -
System Red Green Blue C M Y K H S L
Decimal 175 46 215 0.19 0.79 0 0.16 285.8 0.68 0.51
Hex AF 2E D7 13 4F 0 10 11E 44 33
Octal 257 56 327 23 117 0 20 436 104 63
Binary 10101111 101110 11010111 10011 1001111 0 10000 100011110 1000100 110011

Color Harmonies of #AF2ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2ED7

Black with #AF2ED7

Text Example


Text Example

White with #AF2ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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