Html Css Color HEX #AD3BBE Dark Orchid

📋 copy color: '#AD3BBE'

red 173 ◦ green 59 ◦ blue 190

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

Shades of Dark Orchid #AD3BBE

Tints of Dark Orchid #AD3BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 41%
G = 13.98%
B = 45.02%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD3BBE (or 0xAD3BBE) is known color: Dark Orchid. HEX triplet: AD, 3B and BE. RGB value is (173,59,190). Sum of RGB (Red+Green+Blue) = 173+59+190=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD3BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BBE is #52C441. Grayscale: #6B6B6B. Windows color (decimal): -5424194 or 12467117. OLE color: 12467117.

HSL color Cylindrical-coordinate representation of color #AD3BBE: hue angle of 292.21º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3BBE is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 59 190 -
CMYK 0.09 0.69 0 0.25
HSL 292.21º 0.53% 0.49% -
HSV(B) 292.21º 0.69% 0.75% -
XYZ 28.09 15.73 50.27 -
YUV 108.02 174.27 174.35 -
System Red Green Blue C M Y K H S L
Decimal 173 59 190 0.09 0.69 0 0.25 292.21 0.53 0.49
Hex AD 3B BE 9 45 0 19 124 35 31
Octal 255 73 276 11 105 0 31 444 65 61
Binary 10101101 111011 10111110 1001 1000101 0 11001 100100100 110101 110001

Color Harmonies of #AD3BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BBE

Black with #AD3BBE

Text Example


Text Example

White with #AD3BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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