Html Css Color HEX #AF2EDD Dark Orchid

📋 copy color: '#AF2EDD'

red 175 ◦ green 46 ◦ blue 221

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

Shades of Dark Orchid #AF2EDD

Tints of Dark Orchid #AF2EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 39.59%
G = 10.41%
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

#AF2EDD (or 0xAF2EDD) is known color: Dark Orchid. HEX triplet: AF, 2E and DD. RGB value is (175,46,221). Sum of RGB (Red+Green+Blue) = 175+46+221=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF2EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2EDD is #50D122. Grayscale: #676767. Windows color (decimal): -5296419 or 14495407. OLE color: 14495407.

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

Color convert

RGB 175 46 221 -
CMYK 0.21 0.79 0 0.13
HSL 284.23º 0.72% 0.52% -
HSV(B) 284.23º 0.79% 0.87% -
XYZ 31.71 16.29 69.88 -
YUV 104.52 193.74 178.27 -
System Red Green Blue C M Y K H S L
Decimal 175 46 221 0.21 0.79 0 0.13 284.23 0.72 0.52
Hex AF 2E DD 15 4F 0 D 11C 48 34
Octal 257 56 335 25 117 0 15 434 110 64
Binary 10101111 101110 11011101 10101 1001111 0 1101 100011100 1001000 110100

Color Harmonies of #AF2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2EDD

Black with #AF2EDD

Text Example


Text Example

White with #AF2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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