Html Css Color HEX #A821AE Dark Orchid

📋 copy color: '#A821AE'

red 168 ◦ green 33 ◦ blue 174

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

Shades of Dark Orchid #A821AE

Tints of Dark Orchid #A821AE

RGB

 RED value IS 168 (66.02% from 255) = 44.8%

 GREEN value IS 33 (13.28% from 255) = 8.8%

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 44.8%
G = 8.8%
B = 46.4%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A821AE (or 0xA821AE) is known color: Dark Orchid. HEX triplet: A8, 21 and AE. RGB value is (168,33,174). Sum of RGB (Red+Green+Blue) = 168+33+174=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #A821AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A821AE is #57DE51. Grayscale: #595959. Windows color (decimal): -5758546 or 11411880. OLE color: 11411880.

HSL color Cylindrical-coordinate representation of color #A821AE: hue angle of 297.45º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A821AE is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 33 174 -
CMYK 0.03 0.81 0 0.32
HSL 297.45º 0.68% 0.41% -
HSV(B) 297.45º 0.81% 0.68% -
XYZ 24.33 12.47 41.17 -
YUV 89.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 168 33 174 0.03 0.81 0 0.32 297.45 0.68 0.41
Hex A8 21 AE 3 51 0 20 129 44 29
Octal 250 41 256 3 121 0 40 451 104 51
Binary 10101000 100001 10101110 11 1010001 0 100000 100101001 1000100 101001

Color Harmonies of #A821AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821AE

Black with #A821AE

Text Example


Text Example

White with #A821AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821AE; }

 p { color: rgb(168,33,174); }

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

background-color css

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

 a { background-color: rgb(168,33,174); }

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

border-color css

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

 span { border-color: rgb(168,33,174); }

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