Html Css Color HEX #AD27EA Dark Orchid

📋 copy color: '#AD27EA'

red 173 ◦ green 39 ◦ blue 234

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

Shades of Dark Orchid #AD27EA

Tints of Dark Orchid #AD27EA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.74%

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 38.79%
G = 8.74%
B = 52.47%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD27EA (or 0xAD27EA) is known color: Dark Orchid. HEX triplet: AD, 27 and EA. RGB value is (173,39,234). Sum of RGB (Red+Green+Blue) = 173+39+234=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD27EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD27EA is #52D815. Grayscale: #646464. Windows color (decimal): -5429270 or 15345581. OLE color: 15345581.

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

Color convert

RGB 173 39 234 -
CMYK 0.26 0.83 0 0.08
HSL 281.23º 0.82% 0.54% -
HSV(B) 281.23º 0.83% 0.92% -
XYZ 32.81 16.28 79.25 -
YUV 101.3 202.89 179.14 -
System Red Green Blue C M Y K H S L
Decimal 173 39 234 0.26 0.83 0 0.08 281.23 0.82 0.54
Hex AD 27 EA 1A 53 0 8 119 52 36
Octal 255 47 352 32 123 0 10 431 122 66
Binary 10101101 100111 11101010 11010 1010011 0 1000 100011001 1010010 110110

Color Harmonies of #AD27EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD27EA

Black with #AD27EA

Text Example


Text Example

White with #AD27EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD27EA; }

 p { color: rgb(173,39,234); }

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

background-color css

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

 a { background-color: rgb(173,39,234); }

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

border-color css

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

 span { border-color: rgb(173,39,234); }

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