Html Css Color HEX #A92EAC Dark Orchid

📋 copy color: '#A92EAC'

red 169 ◦ green 46 ◦ blue 172

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

Shades of Dark Orchid #A92EAC

Tints of Dark Orchid #A92EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.89%

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 43.67%
G = 11.89%
B = 44.44%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A92EAC (or 0xA92EAC) is known color: Dark Orchid. HEX triplet: A9, 2E and AC. RGB value is (169,46,172). Sum of RGB (Red+Green+Blue) = 169+46+172=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #A92EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92EAC is #56D153. Grayscale: #606060. Windows color (decimal): -5689684 or 11284137. OLE color: 11284137.

HSL color Cylindrical-coordinate representation of color #A92EAC: hue angle of 298.57º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92EAC is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 46 172 -
CMYK 0.02 0.73 0 0.33
HSL 298.57º 0.58% 0.43% -
HSV(B) 298.57º 0.73% 0.67% -
XYZ 24.79 13.37 40.3 -
YUV 97.14 170.25 179.25 -
System Red Green Blue C M Y K H S L
Decimal 169 46 172 0.02 0.73 0 0.33 298.57 0.58 0.43
Hex A9 2E AC 2 49 0 21 12B 3A 2B
Octal 251 56 254 2 111 0 41 453 72 53
Binary 10101001 101110 10101100 10 1001001 0 100001 100101011 111010 101011

Color Harmonies of #A92EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92EAC

Black with #A92EAC

Text Example


Text Example

White with #A92EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92EAC; }

 p { color: rgb(169,46,172); }

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

background-color css

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

 a { background-color: rgb(169,46,172); }

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

border-color css

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

 span { border-color: rgb(169,46,172); }

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