Html Css Color HEX #AF2ECD Dark Orchid

📋 copy color: '#AF2ECD'

red 175 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #AF2ECD

Tints of Dark Orchid #AF2ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 41.08%
G = 10.8%
B = 48.12%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF2ECD (or 0xAF2ECD) is known color: Dark Orchid. HEX triplet: AF, 2E and CD. RGB value is (175,46,205). Sum of RGB (Red+Green+Blue) = 175+46+205=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF2ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ECD is #50D132. Grayscale: #666666. Windows color (decimal): -5296435 or 13446831. OLE color: 13446831.

HSL color Cylindrical-coordinate representation of color #AF2ECD: hue angle of 288.68º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2ECD is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 46 205 -
CMYK 0.15 0.78 0 0.20
HSL 288.68º 0.63% 0.49% -
HSV(B) 288.68º 0.78% 0.8% -
XYZ 29.68 15.48 59.18 -
YUV 102.7 185.74 179.57 -
System Red Green Blue C M Y K H S L
Decimal 175 46 205 0.15 0.78 0 0.20 288.68 0.63 0.49
Hex AF 2E CD F 4E 0 14 121 3F 31
Octal 257 56 315 17 116 0 24 441 77 61
Binary 10101111 101110 11001101 1111 1001110 0 10100 100100001 111111 110001

Color Harmonies of #AF2ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2ECD

Black with #AF2ECD

Text Example


Text Example

White with #AF2ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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