Html Css Color HEX #A92FAC Dark Orchid

📋 copy color: '#A92FAC'

red 169 ◦ green 47 ◦ blue 172

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

Shades of Dark Orchid #A92FAC

Tints of Dark Orchid #A92FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.11%

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

R = 43.56%
G = 12.11%
B = 44.33%

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

#A92FAC (or 0xA92FAC) is known color: Dark Orchid. HEX triplet: A9, 2F and AC. RGB value is (169,47,172). Sum of RGB (Red+Green+Blue) = 169+47+172=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #A92FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92FAC is #56D053. Grayscale: #616161. Windows color (decimal): -5689428 or 11284393. OLE color: 11284393.

HSL color Cylindrical-coordinate representation of color #A92FAC: hue angle of 298.56º degrees, saturation: 0.57, 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 #A92FAC is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 47 172 -
CMYK 0.02 0.73 0 0.33
HSL 298.56º 0.57% 0.43% -
HSV(B) 298.56º 0.73% 0.67% -
XYZ 24.83 13.45 40.32 -
YUV 97.73 169.92 178.84 -
System Red Green Blue C M Y K H S L
Decimal 169 47 172 0.02 0.73 0 0.33 298.56 0.57 0.43
Hex A9 2F AC 2 49 0 21 12B 39 2B
Octal 251 57 254 2 111 0 41 453 71 53
Binary 10101001 101111 10101100 10 1001001 0 100001 100101011 111001 101011

Color Harmonies of #A92FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92FAC

Black with #A92FAC

Text Example


Text Example

White with #A92FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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