Html Css Color HEX #AD2FEC Dark Orchid

📋 copy color: '#AD2FEC'

red 173 ◦ green 47 ◦ blue 236

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

Shades of Dark Orchid #AD2FEC

Tints of Dark Orchid #AD2FEC

RGB

 RED value IS 173 (67.97% from 255) = 37.94%

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

 BLUE value IS 236 (92.58% from 255) = 51.75%

R = 37.94%
G = 10.31%
B = 51.75%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD2FEC (or 0xAD2FEC) is known color: Dark Orchid. HEX triplet: AD, 2F and EC. RGB value is (173,47,236). Sum of RGB (Red+Green+Blue) = 173+47+236=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD2FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2FEC is #52D013. Grayscale: #696969. Windows color (decimal): -5427220 or 15478701. OLE color: 15478701.

HSL color Cylindrical-coordinate representation of color #AD2FEC: hue angle of 280º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2FEC is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 47 236 -
CMYK 0.27 0.80 0 0.07
HSL 280º 0.83% 0.55% -
HSV(B) 280º 0.8% 0.93% -
XYZ 33.39 16.97 80.87 -
YUV 106.22 201.24 175.63 -
System Red Green Blue C M Y K H S L
Decimal 173 47 236 0.27 0.80 0 0.07 280 0.83 0.55
Hex AD 2F EC 1B 50 0 7 118 53 37
Octal 255 57 354 33 120 0 7 430 123 67
Binary 10101101 101111 11101100 11011 1010000 0 111 100011000 1010011 110111

Color Harmonies of #AD2FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2FEC

Black with #AD2FEC

Text Example


Text Example

White with #AD2FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2FEC; }

 p { color: rgb(173,47,236); }

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

background-color css

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

 a { background-color: rgb(173,47,236); }

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

border-color css

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

 span { border-color: rgb(173,47,236); }

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