Html Css Color HEX #AF2FDE Dark Orchid

📋 copy color: '#AF2FDE'

red 175 ◦ green 47 ◦ blue 222

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

Shades of Dark Orchid #AF2FDE

Tints of Dark Orchid #AF2FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50%

R = 39.41%
G = 10.59%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF2FDE (or 0xAF2FDE) is known color: Dark Orchid. HEX triplet: AF, 2F and DE. RGB value is (175,47,222). Sum of RGB (Red+Green+Blue) = 175+47+222=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF2FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FDE is #50D021. Grayscale: #686868. Windows color (decimal): -5296162 or 14561199. OLE color: 14561199.

HSL color Cylindrical-coordinate representation of color #AF2FDE: hue angle of 283.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2FDE is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 47 222 -
CMYK 0.21 0.79 0 0.13
HSL 283.89º 0.73% 0.53% -
HSV(B) 283.89º 0.79% 0.87% -
XYZ 31.88 16.42 70.6 -
YUV 105.22 193.91 177.77 -
System Red Green Blue C M Y K H S L
Decimal 175 47 222 0.21 0.79 0 0.13 283.89 0.73 0.53
Hex AF 2F DE 15 4F 0 D 11C 49 35
Octal 257 57 336 25 117 0 15 434 111 65
Binary 10101111 101111 11011110 10101 1001111 0 1101 100011100 1001001 110101

Color Harmonies of #AF2FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FDE

Black with #AF2FDE

Text Example


Text Example

White with #AF2FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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