Html Css Color HEX #AD33EB Dark Orchid

📋 copy color: '#AD33EB'

red 173 ◦ green 51 ◦ blue 235

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

Shades of Dark Orchid #AD33EB

Tints of Dark Orchid #AD33EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 37.69%
G = 11.11%
B = 51.2%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD33EB (or 0xAD33EB) is known color: Dark Orchid. HEX triplet: AD, 33 and EB. RGB value is (173,51,235). Sum of RGB (Red+Green+Blue) = 173+51+235=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD33EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD33EB is #52CC14. Grayscale: #6B6B6B. Windows color (decimal): -5426197 or 15414189. OLE color: 15414189.

HSL color Cylindrical-coordinate representation of color #AD33EB: hue angle of 279.78º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD33EB is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 51 235 -
CMYK 0.26 0.78 0 0.08
HSL 279.78º 0.82% 0.56% -
HSV(B) 279.78º 0.78% 0.92% -
XYZ 33.41 17.25 80.17 -
YUV 108.45 199.42 174.04 -
System Red Green Blue C M Y K H S L
Decimal 173 51 235 0.26 0.78 0 0.08 279.78 0.82 0.56
Hex AD 33 EB 1A 4E 0 8 118 52 38
Octal 255 63 353 32 116 0 10 430 122 70
Binary 10101101 110011 11101011 11010 1001110 0 1000 100011000 1010010 111000

Color Harmonies of #AD33EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33EB

Black with #AD33EB

Text Example


Text Example

White with #AD33EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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