Html Css Color HEX #AD2FE5 Dark Orchid

📋 copy color: '#AD2FE5'

red 173 ◦ green 47 ◦ blue 229

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

Shades of Dark Orchid #AD2FE5

Tints of Dark Orchid #AD2FE5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.47%

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

R = 38.53%
G = 10.47%
B = 51%

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

#AD2FE5 (or 0xAD2FE5) is known color: Dark Orchid. HEX triplet: AD, 2F and E5. RGB value is (173,47,229). Sum of RGB (Red+Green+Blue) = 173+47+229=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD2FE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FE5 is #52D01A. Grayscale: #686868. Windows color (decimal): -5427227 or 15019949. OLE color: 15019949.

HSL color Cylindrical-coordinate representation of color #AD2FE5: hue angle of 281.54º 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 #AD2FE5 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 47 229 -
CMYK 0.24 0.79 0 0.10
HSL 281.54º 0.78% 0.54% -
HSV(B) 281.54º 0.79% 0.9% -
XYZ 32.39 16.57 75.62 -
YUV 105.42 197.74 176.2 -
System Red Green Blue C M Y K H S L
Decimal 173 47 229 0.24 0.79 0 0.10 281.54 0.78 0.54
Hex AD 2F E5 18 4F 0 A 11A 4E 36
Octal 255 57 345 30 117 0 12 432 116 66
Binary 10101101 101111 11100101 11000 1001111 0 1010 100011010 1001110 110110

Color Harmonies of #AD2FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2FE5

Black with #AD2FE5

Text Example


Text Example

White with #AD2FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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