Html Css Color HEX #A922AF Dark Orchid

📋 copy color: '#A922AF'

red 169 ◦ green 34 ◦ blue 175

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

Shades of Dark Orchid #A922AF

Tints of Dark Orchid #A922AF

RGB

 RED value IS 169 (66.41% from 255) = 44.71%

 GREEN value IS 34 (13.67% from 255) = 8.99%

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

R = 44.71%
G = 8.99%
B = 46.3%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A922AF (or 0xA922AF) is known color: Dark Orchid. HEX triplet: A9, 22 and AF. RGB value is (169,34,175). Sum of RGB (Red+Green+Blue) = 169+34+175=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #A922AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A922AF is #56DD50. Grayscale: #5A5A5A. Windows color (decimal): -5692753 or 11477673. OLE color: 11477673.

HSL color Cylindrical-coordinate representation of color #A922AF: hue angle of 297.45º degrees, saturation: 0.67, 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 #A922AF is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 34 175 -
CMYK 0.03 0.81 0 0.31
HSL 297.45º 0.67% 0.41% -
HSV(B) 297.45º 0.81% 0.69% -
XYZ 24.67 12.67 41.7 -
YUV 90.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 169 34 175 0.03 0.81 0 0.31 297.45 0.67 0.41
Hex A9 22 AF 3 51 0 1F 129 43 29
Octal 251 42 257 3 121 0 37 451 103 51
Binary 10101001 100010 10101111 11 1010001 0 11111 100101001 1000011 101001

Color Harmonies of #A922AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A922AF

Black with #A922AF

Text Example


Text Example

White with #A922AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A922AF; }

 p { color: rgb(169,34,175); }

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

background-color css

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

 a { background-color: rgb(169,34,175); }

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

border-color css

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

 span { border-color: rgb(169,34,175); }

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