Html Css Color HEX #AD25EB Dark Orchid

📋 copy color: '#AD25EB'

red 173 ◦ green 37 ◦ blue 235

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

Shades of Dark Orchid #AD25EB

Tints of Dark Orchid #AD25EB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.31%

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

R = 38.88%
G = 8.31%
B = 52.81%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD25EB (or 0xAD25EB) is known color: Dark Orchid. HEX triplet: AD, 25 and EB. RGB value is (173,37,235). Sum of RGB (Red+Green+Blue) = 173+37+235=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD25EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD25EB is #52DA14. Grayscale: #636363. Windows color (decimal): -5429781 or 15410605. OLE color: 15410605.

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

Color convert

RGB 173 37 235 -
CMYK 0.26 0.84 0 0.08
HSL 281.21º 0.83% 0.53% -
HSV(B) 281.21º 0.84% 0.92% -
XYZ 32.89 16.21 79.99 -
YUV 100.24 204.06 179.9 -
System Red Green Blue C M Y K H S L
Decimal 173 37 235 0.26 0.84 0 0.08 281.21 0.83 0.53
Hex AD 25 EB 1A 54 0 8 119 53 35
Octal 255 45 353 32 124 0 10 431 123 65
Binary 10101101 100101 11101011 11010 1010100 0 1000 100011001 1010011 110101

Color Harmonies of #AD25EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25EB

Black with #AD25EB

Text Example


Text Example

White with #AD25EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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