Html Css Color HEX #A924CA Dark Orchid

📋 copy color: '#A924CA'

red 169 ◦ green 36 ◦ blue 202

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

Shades of Dark Orchid #A924CA

Tints of Dark Orchid #A924CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 41.52%
G = 8.85%
B = 49.63%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A924CA (or 0xA924CA) is known color: Dark Orchid. HEX triplet: A9, 24 and CA. RGB value is (169,36,202). Sum of RGB (Red+Green+Blue) = 169+36+202=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #A924CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A924CA is #56DB35. Grayscale: #5E5E5E. Windows color (decimal): -5692214 or 13247657. OLE color: 13247657.

HSL color Cylindrical-coordinate representation of color #A924CA: hue angle of 288.07º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A924CA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 36 202 -
CMYK 0.16 0.82 0 0.21
HSL 288.07º 0.7% 0.47% -
HSV(B) 288.07º 0.82% 0.79% -
XYZ 27.65 13.96 57.11 -
YUV 94.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 169 36 202 0.16 0.82 0 0.21 288.07 0.7 0.47
Hex A9 24 CA 10 52 0 15 120 46 2F
Octal 251 44 312 20 122 0 25 440 106 57
Binary 10101001 100100 11001010 10000 1010010 0 10101 100100000 1000110 101111

Color Harmonies of #A924CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A924CA

Black with #A924CA

Text Example


Text Example

White with #A924CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A924CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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