Html Css Color HEX #A923CA Dark Orchid

📋 copy color: '#A923CA'

red 169 ◦ green 35 ◦ blue 202

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

Shades of Dark Orchid #A923CA

Tints of Dark Orchid #A923CA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.62%

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

R = 41.63%
G = 8.62%
B = 49.75%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A923CA (or 0xA923CA) is known color: Dark Orchid. HEX triplet: A9, 23 and CA. RGB value is (169,35,202). Sum of RGB (Red+Green+Blue) = 169+35+202=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #A923CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A923CA is #56DC35. Grayscale: #5D5D5D. Windows color (decimal): -5692470 or 13247401. OLE color: 13247401.

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

Color convert

RGB 169 35 202 -
CMYK 0.16 0.83 0 0.21
HSL 288.14º 0.7% 0.46% -
HSV(B) 288.14º 0.83% 0.79% -
XYZ 27.62 13.9 57.1 -
YUV 94.1 188.89 181.42 -
System Red Green Blue C M Y K H S L
Decimal 169 35 202 0.16 0.83 0 0.21 288.14 0.7 0.46
Hex A9 23 CA 10 53 0 15 120 46 2E
Octal 251 43 312 20 123 0 25 440 106 56
Binary 10101001 100011 11001010 10000 1010011 0 10101 100100000 1000110 101110

Color Harmonies of #A923CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A923CA

Black with #A923CA

Text Example


Text Example

White with #A923CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A923CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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