Html Css Color HEX #AD26E5 Dark Orchid

📋 copy color: '#AD26E5'

red 173 ◦ green 38 ◦ blue 229

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

Shades of Dark Orchid #AD26E5

Tints of Dark Orchid #AD26E5

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.64%

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

R = 39.32%
G = 8.64%
B = 52.05%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD26E5 (or 0xAD26E5) is known color: Dark Orchid. HEX triplet: AD, 26 and E5. RGB value is (173,38,229). Sum of RGB (Red+Green+Blue) = 173+38+229=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD26E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD26E5 is #52D91A. Grayscale: #636363. Windows color (decimal): -5429531 or 15017645. OLE color: 15017645.

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

Color convert

RGB 173 38 229 -
CMYK 0.24 0.83 0 0.10
HSL 282.41º 0.79% 0.52% -
HSV(B) 282.41º 0.83% 0.9% -
XYZ 32.07 15.93 75.51 -
YUV 100.14 200.73 179.97 -
System Red Green Blue C M Y K H S L
Decimal 173 38 229 0.24 0.83 0 0.10 282.41 0.79 0.52
Hex AD 26 E5 18 53 0 A 11A 4F 34
Octal 255 46 345 30 123 0 12 432 117 64
Binary 10101101 100110 11100101 11000 1010011 0 1010 100011010 1001111 110100

Color Harmonies of #AD26E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD26E5

Black with #AD26E5

Text Example


Text Example

White with #AD26E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD26E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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