Html Css Color HEX #A821AF Dark Orchid

📋 copy color: '#A821AF'

red 168 ◦ green 33 ◦ blue 175

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

Shades of Dark Orchid #A821AF

Tints of Dark Orchid #A821AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 44.68%
G = 8.78%
B = 46.54%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A821AF (or 0xA821AF) is known color: Dark Orchid. HEX triplet: A8, 21 and AF. RGB value is (168,33,175). Sum of RGB (Red+Green+Blue) = 168+33+175=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #A821AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A821AF is #57DE50. Grayscale: #595959. Windows color (decimal): -5758545 or 11477416. OLE color: 11477416.

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

Color convert

RGB 168 33 175 -
CMYK 0.04 0.81 0 0.31
HSL 297.04º 0.68% 0.41% -
HSV(B) 297.04º 0.81% 0.69% -
XYZ 24.43 12.51 41.68 -
YUV 89.55 176.23 183.95 -
System Red Green Blue C M Y K H S L
Decimal 168 33 175 0.04 0.81 0 0.31 297.04 0.68 0.41
Hex A8 21 AF 4 51 0 1F 129 44 29
Octal 250 41 257 4 121 0 37 451 104 51
Binary 10101000 100001 10101111 100 1010001 0 11111 100101001 1000100 101001

Color Harmonies of #A821AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821AF

Black with #A821AF

Text Example


Text Example

White with #A821AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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