Html Css Color HEX #A92FBC Dark Orchid

📋 copy color: '#A92FBC'

red 169 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #A92FBC

Tints of Dark Orchid #A92FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 41.83%
G = 11.63%
B = 46.53%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A92FBC (or 0xA92FBC) is known color: Dark Orchid. HEX triplet: A9, 2F and BC. RGB value is (169,47,188). Sum of RGB (Red+Green+Blue) = 169+47+188=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #A92FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92FBC is #56D043. Grayscale: #636363. Windows color (decimal): -5689412 or 12332969. OLE color: 12332969.

HSL color Cylindrical-coordinate representation of color #A92FBC: hue angle of 291.91º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92FBC is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 47 188 -
CMYK 0.10 0.75 0 0.26
HSL 291.91º 0.6% 0.46% -
HSV(B) 291.91º 0.75% 0.74% -
XYZ 26.46 14.1 48.9 -
YUV 99.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 169 47 188 0.10 0.75 0 0.26 291.91 0.6 0.46
Hex A9 2F BC A 4B 0 1A 124 3C 2E
Octal 251 57 274 12 113 0 32 444 74 56
Binary 10101001 101111 10111100 1010 1001011 0 11010 100100100 111100 101110

Color Harmonies of #A92FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92FBC

Black with #A92FBC

Text Example


Text Example

White with #A92FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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