Html Css Color HEX #A92AAF Dark Orchid

📋 copy color: '#A92AAF'

red 169 ◦ green 42 ◦ blue 175

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

Shades of Dark Orchid #A92AAF

Tints of Dark Orchid #A92AAF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.88%

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

R = 43.78%
G = 10.88%
B = 45.34%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A92AAF (or 0xA92AAF) is known color: Dark Orchid. HEX triplet: A9, 2A and AF. RGB value is (169,42,175). Sum of RGB (Red+Green+Blue) = 169+42+175=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #A92AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92AAF is #56D550. Grayscale: #5E5E5E. Windows color (decimal): -5690705 or 11479721. OLE color: 11479721.

HSL color Cylindrical-coordinate representation of color #A92AAF: hue angle of 297.29º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92AAF is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 42 175 -
CMYK 0.03 0.76 0 0.31
HSL 297.29º 0.61% 0.43% -
HSV(B) 297.29º 0.76% 0.69% -
XYZ 24.93 13.19 41.79 -
YUV 95.14 173.08 180.69 -
System Red Green Blue C M Y K H S L
Decimal 169 42 175 0.03 0.76 0 0.31 297.29 0.61 0.43
Hex A9 2A AF 3 4C 0 1F 129 3D 2B
Octal 251 52 257 3 114 0 37 451 75 53
Binary 10101001 101010 10101111 11 1001100 0 11111 100101001 111101 101011

Color Harmonies of #A92AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92AAF

Black with #A92AAF

Text Example


Text Example

White with #A92AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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