Html Css Color HEX #A821AA Dark Orchid

📋 copy color: '#A821AA'

red 168 ◦ green 33 ◦ blue 170

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

Shades of Dark Orchid #A821AA

Tints of Dark Orchid #A821AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 45.28%
G = 8.89%
B = 45.82%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A821AA (or 0xA821AA) is known color: Dark Orchid. HEX triplet: A8, 21 and AA. RGB value is (168,33,170). Sum of RGB (Red+Green+Blue) = 168+33+170=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #A821AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A821AA is #57DE55. Grayscale: #585858. Windows color (decimal): -5758550 or 11149736. OLE color: 11149736.

HSL color Cylindrical-coordinate representation of color #A821AA: hue angle of 299.12º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A821AA is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 33 170 -
CMYK 0.01 0.81 0 0.33
HSL 299.12º 0.67% 0.4% -
HSV(B) 299.12º 0.81% 0.67% -
XYZ 23.95 12.31 39.15 -
YUV 88.98 173.73 184.36 -
System Red Green Blue C M Y K H S L
Decimal 168 33 170 0.01 0.81 0 0.33 299.12 0.67 0.4
Hex A8 21 AA 1 51 0 21 12B 43 28
Octal 250 41 252 1 121 0 41 453 103 50
Binary 10101000 100001 10101010 1 1010001 0 100001 100101011 1000011 101000

Color Harmonies of #A821AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821AA

Black with #A821AA

Text Example


Text Example

White with #A821AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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