Html Css Color HEX #A92AC2 Dark Orchid

📋 copy color: '#A92AC2'

red 169 ◦ green 42 ◦ blue 194

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

Shades of Dark Orchid #A92AC2

Tints of Dark Orchid #A92AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.9%

R = 41.73%
G = 10.37%
B = 47.9%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A92AC2 (or 0xA92AC2) is known color: Dark Orchid. HEX triplet: A9, 2A and C2. RGB value is (169,42,194). Sum of RGB (Red+Green+Blue) = 169+42+194=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #A92AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92AC2 is #56D53D. Grayscale: #606060. Windows color (decimal): -5690686 or 12724905. OLE color: 12724905.

HSL color Cylindrical-coordinate representation of color #A92AC2: hue angle of 290.13º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92AC2 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 42 194 -
CMYK 0.13 0.78 0 0.24
HSL 290.13º 0.64% 0.46% -
HSV(B) 290.13º 0.78% 0.76% -
XYZ 26.93 13.99 52.32 -
YUV 97.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 169 42 194 0.13 0.78 0 0.24 290.13 0.64 0.46
Hex A9 2A C2 D 4E 0 18 122 40 2E
Octal 251 52 302 15 116 0 30 442 100 56
Binary 10101001 101010 11000010 1101 1001110 0 11000 100100010 1000000 101110

Color Harmonies of #A92AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92AC2

Black with #A92AC2

Text Example


Text Example

White with #A92AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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