Html Css Color HEX #AD34EB Dark Orchid

📋 copy color: '#AD34EB'

red 173 ◦ green 52 ◦ blue 235

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

Shades of Dark Orchid #AD34EB

Tints of Dark Orchid #AD34EB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.3%

 BLUE value IS 235 (92.19% from 255) = 51.09%

R = 37.61%
G = 11.3%
B = 51.09%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD34EB (or 0xAD34EB) is known color: Dark Orchid. HEX triplet: AD, 34 and EB. RGB value is (173,52,235). Sum of RGB (Red+Green+Blue) = 173+52+235=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD34EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD34EB is #52CB14. Grayscale: #6C6C6C. Windows color (decimal): -5425941 or 15414445. OLE color: 15414445.

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

Color convert

RGB 173 52 235 -
CMYK 0.26 0.78 0 0.08
HSL 279.67º 0.82% 0.56% -
HSV(B) 279.67º 0.78% 0.92% -
XYZ 33.46 17.34 80.18 -
YUV 109.04 199.09 173.62 -
System Red Green Blue C M Y K H S L
Decimal 173 52 235 0.26 0.78 0 0.08 279.67 0.82 0.56
Hex AD 34 EB 1A 4E 0 8 118 52 38
Octal 255 64 353 32 116 0 10 430 122 70
Binary 10101101 110100 11101011 11010 1001110 0 1000 100011000 1010010 111000

Color Harmonies of #AD34EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD34EB

Black with #AD34EB

Text Example


Text Example

White with #AD34EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD34EB; }

 p { color: rgb(173,52,235); }

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

background-color css

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

 a { background-color: rgb(173,52,235); }

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

border-color css

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

 span { border-color: rgb(173,52,235); }

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