Html Css Color HEX #AD3BBC Dark Orchid

📋 copy color: '#AD3BBC'

red 173 ◦ green 59 ◦ blue 188

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

Shades of Dark Orchid #AD3BBC

Tints of Dark Orchid #AD3BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.05%

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

R = 41.19%
G = 14.05%
B = 44.76%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD3BBC (or 0xAD3BBC) is known color: Dark Orchid. HEX triplet: AD, 3B and BC. RGB value is (173,59,188). Sum of RGB (Red+Green+Blue) = 173+59+188=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD3BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BBC is #52C443. Grayscale: #6B6B6B. Windows color (decimal): -5424196 or 12336045. OLE color: 12336045.

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

Color convert

RGB 173 59 188 -
CMYK 0.08 0.69 0 0.26
HSL 293.02º 0.52% 0.48% -
HSV(B) 293.02º 0.69% 0.74% -
XYZ 27.87 15.64 49.13 -
YUV 107.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 173 59 188 0.08 0.69 0 0.26 293.02 0.52 0.48
Hex AD 3B BC 8 45 0 1A 125 34 30
Octal 255 73 274 10 105 0 32 445 64 60
Binary 10101101 111011 10111100 1000 1000101 0 11010 100100101 110100 110000

Color Harmonies of #AD3BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BBC

Black with #AD3BBC

Text Example


Text Example

White with #AD3BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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