Html Css Color HEX #A820AF Dark Orchid

📋 copy color: '#A820AF'

red 168 ◦ green 32 ◦ blue 175

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

Shades of Dark Orchid #A820AF

Tints of Dark Orchid #A820AF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.53%

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

R = 44.8%
G = 8.53%
B = 46.67%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A820AF (or 0xA820AF) is known color: Dark Orchid. HEX triplet: A8, 20 and AF. RGB value is (168,32,175). Sum of RGB (Red+Green+Blue) = 168+32+175=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #A820AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A820AF is #57DF50. Grayscale: #585858. Windows color (decimal): -5758801 or 11477160. OLE color: 11477160.

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

Color convert

RGB 168 32 175 -
CMYK 0.04 0.82 0 0.31
HSL 297.06º 0.69% 0.41% -
HSV(B) 297.06º 0.82% 0.69% -
XYZ 24.4 12.45 41.67 -
YUV 88.97 176.56 184.37 -
System Red Green Blue C M Y K H S L
Decimal 168 32 175 0.04 0.82 0 0.31 297.06 0.69 0.41
Hex A8 20 AF 4 52 0 1F 129 45 29
Octal 250 40 257 4 122 0 37 451 105 51
Binary 10101000 100000 10101111 100 1010010 0 11111 100101001 1000101 101001

Color Harmonies of #A820AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A820AF

Black with #A820AF

Text Example


Text Example

White with #A820AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A820AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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