Html Css Color HEX #AD34BE Dark Orchid

📋 copy color: '#AD34BE'

red 173 ◦ green 52 ◦ blue 190

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

Shades of Dark Orchid #AD34BE

Tints of Dark Orchid #AD34BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 41.69%
G = 12.53%
B = 45.78%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD34BE (or 0xAD34BE) is known color: Dark Orchid. HEX triplet: AD, 34 and BE. RGB value is (173,52,190). Sum of RGB (Red+Green+Blue) = 173+52+190=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD34BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD34BE is #52CB41. Grayscale: #676767. Windows color (decimal): -5425986 or 12465325. OLE color: 12465325.

HSL color Cylindrical-coordinate representation of color #AD34BE: hue angle of 292.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD34BE is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 52 190 -
CMYK 0.09 0.73 0 0.25
HSL 292.61º 0.57% 0.47% -
HSV(B) 292.61º 0.73% 0.75% -
XYZ 27.76 15.06 50.16 -
YUV 103.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 173 52 190 0.09 0.73 0 0.25 292.61 0.57 0.47
Hex AD 34 BE 9 49 0 19 125 39 2F
Octal 255 64 276 11 111 0 31 445 71 57
Binary 10101101 110100 10111110 1001 1001001 0 11001 100100101 111001 101111

Color Harmonies of #AD34BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD34BE

Black with #AD34BE

Text Example


Text Example

White with #AD34BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD34BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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