Html Css Color HEX #AD33BC Dark Orchid

📋 copy color: '#AD33BC'

red 173 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #AD33BC

Tints of Dark Orchid #AD33BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.38%

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 41.99%
G = 12.38%
B = 45.63%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD33BC (or 0xAD33BC) is known color: Dark Orchid. HEX triplet: AD, 33 and BC. RGB value is (173,51,188). Sum of RGB (Red+Green+Blue) = 173+51+188=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD33BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33BC is #52CC43. Grayscale: #666666. Windows color (decimal): -5426244 or 12333997. OLE color: 12333997.

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

Color convert

RGB 173 51 188 -
CMYK 0.08 0.73 0 0.26
HSL 293.43º 0.57% 0.47% -
HSV(B) 293.43º 0.73% 0.74% -
XYZ 27.49 14.88 49 -
YUV 103.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 173 51 188 0.08 0.73 0 0.26 293.43 0.57 0.47
Hex AD 33 BC 8 49 0 1A 125 39 2F
Octal 255 63 274 10 111 0 32 445 71 57
Binary 10101101 110011 10111100 1000 1001001 0 11010 100100101 111001 101111

Color Harmonies of #AD33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33BC

Black with #AD33BC

Text Example


Text Example

White with #AD33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33BC; }

 p { color: rgb(173,51,188); }

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

background-color css

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

 a { background-color: rgb(173,51,188); }

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

border-color css

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

 span { border-color: rgb(173,51,188); }

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