Html Css Color HEX #A92BAB Dark Orchid

📋 copy color: '#A92BAB'

red 169 ◦ green 43 ◦ blue 171

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

Shades of Dark Orchid #A92BAB

Tints of Dark Orchid #A92BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.23%

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 44.13%
G = 11.23%
B = 44.65%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A92BAB (or 0xA92BAB) is known color: Dark Orchid. HEX triplet: A9, 2B and AB. RGB value is (169,43,171). Sum of RGB (Red+Green+Blue) = 169+43+171=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #A92BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92BAB is #56D454. Grayscale: #5E5E5E. Windows color (decimal): -5690453 or 11217833. OLE color: 11217833.

HSL color Cylindrical-coordinate representation of color #A92BAB: hue angle of 299.06º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92BAB is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 43 171 -
CMYK 0.01 0.75 0 0.33
HSL 299.06º 0.6% 0.42% -
HSV(B) 299.06º 0.75% 0.67% -
XYZ 24.58 13.1 39.76 -
YUV 95.27 170.74 180.59 -
System Red Green Blue C M Y K H S L
Decimal 169 43 171 0.01 0.75 0 0.33 299.06 0.6 0.42
Hex A9 2B AB 1 4B 0 21 12B 3C 2A
Octal 251 53 253 1 113 0 41 453 74 52
Binary 10101001 101011 10101011 1 1001011 0 100001 100101011 111100 101010

Color Harmonies of #A92BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92BAB

Black with #A92BAB

Text Example


Text Example

White with #A92BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92BAB; }

 p { color: rgb(169,43,171); }

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

background-color css

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

 a { background-color: rgb(169,43,171); }

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

border-color css

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

 span { border-color: rgb(169,43,171); }

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