Html Css Color HEX #AD38EB Dark Orchid

📋 copy color: '#AD38EB'

red 173 ◦ green 56 ◦ blue 235

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

Shades of Dark Orchid #AD38EB

Tints of Dark Orchid #AD38EB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.07%

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

R = 37.28%
G = 12.07%
B = 50.65%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD38EB (or 0xAD38EB) is known color: Dark Orchid. HEX triplet: AD, 38 and EB. RGB value is (173,56,235). Sum of RGB (Red+Green+Blue) = 173+56+235=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD38EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD38EB is #52C714. Grayscale: #6E6E6E. Windows color (decimal): -5424917 or 15415469. OLE color: 15415469.

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

Color convert

RGB 173 56 235 -
CMYK 0.26 0.76 0 0.08
HSL 279.22º 0.82% 0.57% -
HSV(B) 279.22º 0.76% 0.92% -
XYZ 33.64 17.71 80.24 -
YUV 111.39 197.76 171.95 -
System Red Green Blue C M Y K H S L
Decimal 173 56 235 0.26 0.76 0 0.08 279.22 0.82 0.57
Hex AD 38 EB 1A 4C 0 8 117 52 39
Octal 255 70 353 32 114 0 10 427 122 71
Binary 10101101 111000 11101011 11010 1001100 0 1000 100010111 1010010 111001

Color Harmonies of #AD38EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD38EB

Black with #AD38EB

Text Example


Text Example

White with #AD38EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD38EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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