Html Css Color HEX #AD31EA Dark Orchid

📋 copy color: '#AD31EA'

red 173 ◦ green 49 ◦ blue 234

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

Shades of Dark Orchid #AD31EA

Tints of Dark Orchid #AD31EA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.75%

 BLUE value IS 234 (91.8% from 255) = 51.32%

R = 37.94%
G = 10.75%
B = 51.32%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD31EA (or 0xAD31EA) is known color: Dark Orchid. HEX triplet: AD, 31 and EA. RGB value is (173,49,234). Sum of RGB (Red+Green+Blue) = 173+49+234=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD31EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD31EA is #52CE15. Grayscale: #6A6A6A. Windows color (decimal): -5426710 or 15348141. OLE color: 15348141.

HSL color Cylindrical-coordinate representation of color #AD31EA: hue angle of 280.22º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD31EA is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 49 234 -
CMYK 0.26 0.79 0 0.08
HSL 280.22º 0.81% 0.55% -
HSV(B) 280.22º 0.79% 0.92% -
XYZ 33.18 17.02 79.38 -
YUV 107.17 199.58 174.96 -
System Red Green Blue C M Y K H S L
Decimal 173 49 234 0.26 0.79 0 0.08 280.22 0.81 0.55
Hex AD 31 EA 1A 4F 0 8 118 51 37
Octal 255 61 352 32 117 0 10 430 121 67
Binary 10101101 110001 11101010 11010 1001111 0 1000 100011000 1010001 110111

Color Harmonies of #AD31EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31EA

Black with #AD31EA

Text Example


Text Example

White with #AD31EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31EA; }

 p { color: rgb(173,49,234); }

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

background-color css

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

 a { background-color: rgb(173,49,234); }

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

border-color css

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

 span { border-color: rgb(173,49,234); }

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