Html Css Color HEX #AD30E5 Dark Orchid

📋 copy color: '#AD30E5'

red 173 ◦ green 48 ◦ blue 229

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

Shades of Dark Orchid #AD30E5

Tints of Dark Orchid #AD30E5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.67%

 BLUE value IS 229 (89.84% from 255) = 50.89%

R = 38.44%
G = 10.67%
B = 50.89%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD30E5 (or 0xAD30E5) is known color: Dark Orchid. HEX triplet: AD, 30 and E5. RGB value is (173,48,229). Sum of RGB (Red+Green+Blue) = 173+48+229=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 229 (89.84% from 255 or 50.89% from 450); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD30E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30E5 is #52CF1A. Grayscale: #696969. Windows color (decimal): -5426971 or 15020205. OLE color: 15020205.

HSL color Cylindrical-coordinate representation of color #AD30E5: hue angle of 281.44º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD30E5 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 48 229 -
CMYK 0.24 0.79 0 0.10
HSL 281.44º 0.78% 0.54% -
HSV(B) 281.44º 0.79% 0.9% -
XYZ 32.43 16.66 75.63 -
YUV 106.01 197.41 175.78 -
System Red Green Blue C M Y K H S L
Decimal 173 48 229 0.24 0.79 0 0.10 281.44 0.78 0.54
Hex AD 30 E5 18 4F 0 A 119 4E 36
Octal 255 60 345 30 117 0 12 431 116 66
Binary 10101101 110000 11100101 11000 1001111 0 1010 100011001 1001110 110110

Color Harmonies of #AD30E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30E5

Black with #AD30E5

Text Example


Text Example

White with #AD30E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30E5; }

 p { color: rgb(173,48,229); }

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

background-color css

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

 a { background-color: rgb(173,48,229); }

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

border-color css

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

 span { border-color: rgb(173,48,229); }

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