Html Css Color HEX #AD34BB Dark Orchid

📋 copy color: '#AD34BB'

red 173 ◦ green 52 ◦ blue 187

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

Shades of Dark Orchid #AD34BB

Tints of Dark Orchid #AD34BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 41.99%
G = 12.62%
B = 45.39%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD34BB (or 0xAD34BB) is known color: Dark Orchid. HEX triplet: AD, 34 and BB. RGB value is (173,52,187). Sum of RGB (Red+Green+Blue) = 173+52+187=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD34BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD34BB is #52CB44. Grayscale: #676767. Windows color (decimal): -5425989 or 12268717. OLE color: 12268717.

HSL color Cylindrical-coordinate representation of color #AD34BB: hue angle of 293.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD34BB is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 52 187 -
CMYK 0.07 0.72 0 0.27
HSL 293.78º 0.56% 0.47% -
HSV(B) 293.78º 0.72% 0.73% -
XYZ 27.43 14.93 48.45 -
YUV 103.57 175.09 177.52 -
System Red Green Blue C M Y K H S L
Decimal 173 52 187 0.07 0.72 0 0.27 293.78 0.56 0.47
Hex AD 34 BB 7 48 0 1B 126 38 2F
Octal 255 64 273 7 110 0 33 446 70 57
Binary 10101101 110100 10111011 111 1001000 0 11011 100100110 111000 101111

Color Harmonies of #AD34BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD34BB

Black with #AD34BB

Text Example


Text Example

White with #AD34BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD34BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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