Html Css Color HEX #AD34E8 Dark Orchid

📋 copy color: '#AD34E8'

red 173 ◦ green 52 ◦ blue 232

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

Shades of Dark Orchid #AD34E8

Tints of Dark Orchid #AD34E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.77%

R = 37.86%
G = 11.38%
B = 50.77%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD34E8 (or 0xAD34E8) is known color: Dark Orchid. HEX triplet: AD, 34 and E8. RGB value is (173,52,232). Sum of RGB (Red+Green+Blue) = 173+52+232=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 232 (91.02% from 255 or 50.77% from 457); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD34E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD34E8 is #52CB17. Grayscale: #6C6C6C. Windows color (decimal): -5425944 or 15217837. OLE color: 15217837.

HSL color Cylindrical-coordinate representation of color #AD34E8: hue angle of 280.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD34E8 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 52 232 -
CMYK 0.25 0.78 0 0.09
HSL 280.33º 0.8% 0.56% -
HSV(B) 280.33º 0.78% 0.91% -
XYZ 33.03 17.17 77.92 -
YUV 108.7 197.59 173.86 -
System Red Green Blue C M Y K H S L
Decimal 173 52 232 0.25 0.78 0 0.09 280.33 0.8 0.56
Hex AD 34 E8 19 4E 0 9 118 50 38
Octal 255 64 350 31 116 0 11 430 120 70
Binary 10101101 110100 11101000 11001 1001110 0 1001 100011000 1010000 111000

Color Harmonies of #AD34E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD34E8

Black with #AD34E8

Text Example


Text Example

White with #AD34E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD34E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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