Html Css Color HEX #AF2DE0 Dark Orchid

📋 copy color: '#AF2DE0'

red 175 ◦ green 45 ◦ blue 224

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

Shades of Dark Orchid #AF2DE0

Tints of Dark Orchid #AF2DE0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.14%

 BLUE value IS 224 (87.89% from 255) = 50.45%

R = 39.41%
G = 10.14%
B = 50.45%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF2DE0 (or 0xAF2DE0) is known color: Dark Orchid. HEX triplet: AF, 2D and E0. RGB value is (175,45,224). Sum of RGB (Red+Green+Blue) = 175+45+224=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 224 (87.89% from 255 or 50.45% from 444); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF2DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DE0 is #50D21F. Grayscale: #676767. Windows color (decimal): -5296672 or 14691759. OLE color: 14691759.

HSL color Cylindrical-coordinate representation of color #AF2DE0: hue angle of 283.58º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2DE0 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 45 224 -
CMYK 0.22 0.80 0 0.12
HSL 283.58º 0.74% 0.53% -
HSV(B) 283.58º 0.8% 0.88% -
XYZ 32.07 16.37 71.99 -
YUV 104.28 195.57 178.45 -
System Red Green Blue C M Y K H S L
Decimal 175 45 224 0.22 0.80 0 0.12 283.58 0.74 0.53
Hex AF 2D E0 16 50 0 C 11C 4A 35
Octal 257 55 340 26 120 0 14 434 112 65
Binary 10101111 101101 11100000 10110 1010000 0 1100 100011100 1001010 110101

Color Harmonies of #AF2DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DE0

Black with #AF2DE0

Text Example


Text Example

White with #AF2DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DE0; }

 p { color: rgb(175,45,224); }

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

background-color css

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

 a { background-color: rgb(175,45,224); }

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

border-color css

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

 span { border-color: rgb(175,45,224); }

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