Html Css Color HEX #AD33D7 Dark Orchid

📋 copy color: '#AD33D7'

red 173 ◦ green 51 ◦ blue 215

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

Shades of Dark Orchid #AD33D7

Tints of Dark Orchid #AD33D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.97%

R = 39.41%
G = 11.62%
B = 48.97%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD33D7 (or 0xAD33D7) is known color: Dark Orchid. HEX triplet: AD, 33 and D7. RGB value is (173,51,215). Sum of RGB (Red+Green+Blue) = 173+51+215=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD33D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33D7 is #52CC28. Grayscale: #696969. Windows color (decimal): -5426217 or 14103469. OLE color: 14103469.

HSL color Cylindrical-coordinate representation of color #AD33D7: hue angle of 284.63º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD33D7 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 51 215 -
CMYK 0.20 0.76 0 0.16
HSL 284.63º 0.67% 0.52% -
HSV(B) 284.63º 0.76% 0.84% -
XYZ 30.68 16.16 65.79 -
YUV 106.17 189.42 175.66 -
System Red Green Blue C M Y K H S L
Decimal 173 51 215 0.20 0.76 0 0.16 284.63 0.67 0.52
Hex AD 33 D7 14 4C 0 10 11D 43 34
Octal 255 63 327 24 114 0 20 435 103 64
Binary 10101101 110011 11010111 10100 1001100 0 10000 100011101 1000011 110100

Color Harmonies of #AD33D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33D7

Black with #AD33D7

Text Example


Text Example

White with #AD33D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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