Html Css Color HEX #AD2BEA Dark Orchid

📋 copy color: '#AD2BEA'

red 173 ◦ green 43 ◦ blue 234

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

Shades of Dark Orchid #AD2BEA

Tints of Dark Orchid #AD2BEA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.56%

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

R = 38.44%
G = 9.56%
B = 52%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD2BEA (or 0xAD2BEA) is known color: Dark Orchid. HEX triplet: AD, 2B and EA. RGB value is (173,43,234). Sum of RGB (Red+Green+Blue) = 173+43+234=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD2BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2BEA is #52D415. Grayscale: #676767. Windows color (decimal): -5428246 or 15346605. OLE color: 15346605.

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

Color convert

RGB 173 43 234 -
CMYK 0.26 0.82 0 0.08
HSL 280.84º 0.82% 0.54% -
HSV(B) 280.84º 0.82% 0.92% -
XYZ 32.95 16.55 79.3 -
YUV 103.64 201.57 177.47 -
System Red Green Blue C M Y K H S L
Decimal 173 43 234 0.26 0.82 0 0.08 280.84 0.82 0.54
Hex AD 2B EA 1A 52 0 8 119 52 36
Octal 255 53 352 32 122 0 10 431 122 66
Binary 10101101 101011 11101010 11010 1010010 0 1000 100011001 1010010 110110

Color Harmonies of #AD2BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BEA

Black with #AD2BEA

Text Example


Text Example

White with #AD2BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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