Html Css Color HEX #A924BA Dark Orchid

📋 copy color: '#A924BA'

red 169 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #A924BA

Tints of Dark Orchid #A924BA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.21%

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 43.22%
G = 9.21%
B = 47.57%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A924BA (or 0xA924BA) is known color: Dark Orchid. HEX triplet: A9, 24 and BA. RGB value is (169,36,186). Sum of RGB (Red+Green+Blue) = 169+36+186=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #A924BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A924BA is #56DB45. Grayscale: #5C5C5C. Windows color (decimal): -5692230 or 12199081. OLE color: 12199081.

HSL color Cylindrical-coordinate representation of color #A924BA: hue angle of 293.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A924BA is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 36 186 -
CMYK 0.09 0.81 0 0.27
HSL 293.2º 0.68% 0.44% -
HSV(B) 293.2º 0.81% 0.73% -
XYZ 25.86 13.24 47.65 -
YUV 92.87 180.56 182.3 -
System Red Green Blue C M Y K H S L
Decimal 169 36 186 0.09 0.81 0 0.27 293.2 0.68 0.44
Hex A9 24 BA 9 51 0 1B 125 44 2C
Octal 251 44 272 11 121 0 33 445 104 54
Binary 10101001 100100 10111010 1001 1010001 0 11011 100100101 1000100 101100

Color Harmonies of #A924BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A924BA

Black with #A924BA

Text Example


Text Example

White with #A924BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A924BA; }

 p { color: rgb(169,36,186); }

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

background-color css

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

 a { background-color: rgb(169,36,186); }

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

border-color css

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

 span { border-color: rgb(169,36,186); }

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