Html Css Color HEX #AD32EA Dark Orchid

📋 copy color: '#AD32EA'

red 173 ◦ green 50 ◦ blue 234

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

Shades of Dark Orchid #AD32EA

Tints of Dark Orchid #AD32EA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.94%

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

R = 37.86%
G = 10.94%
B = 51.2%

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

#AD32EA (or 0xAD32EA) is known color: Dark Orchid. HEX triplet: AD, 32 and EA. RGB value is (173,50,234). Sum of RGB (Red+Green+Blue) = 173+50+234=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD32EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD32EA is #52CD15. Grayscale: #6B6B6B. Windows color (decimal): -5426454 or 15348397. OLE color: 15348397.

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

Color convert

RGB 173 50 234 -
CMYK 0.26 0.79 0 0.08
HSL 280.11º 0.81% 0.56% -
HSV(B) 280.11º 0.79% 0.92% -
XYZ 33.23 17.11 79.39 -
YUV 107.75 199.25 174.54 -
System Red Green Blue C M Y K H S L
Decimal 173 50 234 0.26 0.79 0 0.08 280.11 0.81 0.56
Hex AD 32 EA 1A 4F 0 8 118 51 38
Octal 255 62 352 32 117 0 10 430 121 70
Binary 10101101 110010 11101010 11010 1001111 0 1000 100011000 1010001 111000

Color Harmonies of #AD32EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32EA

Black with #AD32EA

Text Example


Text Example

White with #AD32EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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