Html Css Color HEX #AD2BBC Dark Orchid

📋 copy color: '#AD2BBC'

red 173 ◦ green 43 ◦ blue 188

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

Shades of Dark Orchid #AD2BBC

Tints of Dark Orchid #AD2BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.64%

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

R = 42.82%
G = 10.64%
B = 46.53%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD2BBC (or 0xAD2BBC) is known color: Dark Orchid. HEX triplet: AD, 2B and BC. RGB value is (173,43,188). Sum of RGB (Red+Green+Blue) = 173+43+188=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD2BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BBC is #52D443. Grayscale: #616161. Windows color (decimal): -5428292 or 12331949. OLE color: 12331949.

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

Color convert

RGB 173 43 188 -
CMYK 0.08 0.77 0 0.26
HSL 293.79º 0.63% 0.45% -
HSV(B) 293.79º 0.77% 0.74% -
XYZ 27.17 14.24 48.89 -
YUV 98.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 173 43 188 0.08 0.77 0 0.26 293.79 0.63 0.45
Hex AD 2B BC 8 4D 0 1A 126 3F 2D
Octal 255 53 274 10 115 0 32 446 77 55
Binary 10101101 101011 10111100 1000 1001101 0 11010 100100110 111111 101101

Color Harmonies of #AD2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BBC

Black with #AD2BBC

Text Example


Text Example

White with #AD2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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