Html Css Color HEX #AD34E3 Dark Orchid

📋 copy color: '#AD34E3'

red 173 ◦ green 52 ◦ blue 227

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

Shades of Dark Orchid #AD34E3

Tints of Dark Orchid #AD34E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 50.22%

R = 38.27%
G = 11.5%
B = 50.22%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AD34E3 (or 0xAD34E3) is known color: Dark Orchid. HEX triplet: AD, 34 and E3. RGB value is (173,52,227). Sum of RGB (Red+Green+Blue) = 173+52+227=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 227 (89.06% from 255 or 50.22% from 452); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD34E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD34E3 is #52CB1C. Grayscale: #6B6B6B. Windows color (decimal): -5425949 or 14890157. OLE color: 14890157.

HSL color Cylindrical-coordinate representation of color #AD34E3: hue angle of 281.49º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD34E3 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 52 227 -
CMYK 0.24 0.77 0 0.11
HSL 281.49º 0.76% 0.55% -
HSV(B) 281.49º 0.77% 0.89% -
XYZ 32.33 16.89 74.23 -
YUV 108.13 195.09 174.27 -
System Red Green Blue C M Y K H S L
Decimal 173 52 227 0.24 0.77 0 0.11 281.49 0.76 0.55
Hex AD 34 E3 18 4D 0 B 119 4C 37
Octal 255 64 343 30 115 0 13 431 114 67
Binary 10101101 110100 11100011 11000 1001101 0 1011 100011001 1001100 110111

Color Harmonies of #AD34E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD34E3

Black with #AD34E3

Text Example


Text Example

White with #AD34E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD34E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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