Html Css Color HEX #A92CBB Dark Orchid

📋 copy color: '#A92CBB'

red 169 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #A92CBB

Tints of Dark Orchid #A92CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11%

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 42.25%
G = 11%
B = 46.75%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A92CBB (or 0xA92CBB) is known color: Dark Orchid. HEX triplet: A9, 2C and BB. RGB value is (169,44,187). Sum of RGB (Red+Green+Blue) = 169+44+187=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #A92CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92CBB is #56D344. Grayscale: #616161. Windows color (decimal): -5690181 or 12266665. OLE color: 12266665.

HSL color Cylindrical-coordinate representation of color #A92CBB: hue angle of 292.45º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92CBB is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 44 187 -
CMYK 0.10 0.76 0 0.27
HSL 292.45º 0.62% 0.45% -
HSV(B) 292.45º 0.76% 0.73% -
XYZ 26.23 13.82 48.3 -
YUV 97.68 178.41 178.87 -
System Red Green Blue C M Y K H S L
Decimal 169 44 187 0.10 0.76 0 0.27 292.45 0.62 0.45
Hex A9 2C BB A 4C 0 1B 124 3E 2D
Octal 251 54 273 12 114 0 33 444 76 55
Binary 10101001 101100 10111011 1010 1001100 0 11011 100100100 111110 101101

Color Harmonies of #A92CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92CBB

Black with #A92CBB

Text Example


Text Example

White with #A92CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92CBB; }

 p { color: rgb(169,44,187); }

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

background-color css

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

 a { background-color: rgb(169,44,187); }

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

border-color css

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

 span { border-color: rgb(169,44,187); }

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