Html Css Color HEX #A923CE Dark Orchid

📋 copy color: '#A923CE'

red 169 ◦ green 35 ◦ blue 206

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

Shades of Dark Orchid #A923CE

Tints of Dark Orchid #A923CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 41.22%
G = 8.54%
B = 50.24%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A923CE (or 0xA923CE) is known color: Dark Orchid. HEX triplet: A9, 23 and CE. RGB value is (169,35,206). Sum of RGB (Red+Green+Blue) = 169+35+206=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #A923CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A923CE is #56DC31. Grayscale: #5E5E5E. Windows color (decimal): -5692466 or 13509545. OLE color: 13509545.

HSL color Cylindrical-coordinate representation of color #A923CE: hue angle of 287.02º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A923CE is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 35 206 -
CMYK 0.18 0.83 0 0.19
HSL 287.02º 0.71% 0.47% -
HSV(B) 287.02º 0.83% 0.81% -
XYZ 28.1 14.09 59.63 -
YUV 94.56 190.89 181.1 -
System Red Green Blue C M Y K H S L
Decimal 169 35 206 0.18 0.83 0 0.19 287.02 0.71 0.47
Hex A9 23 CE 12 53 0 13 11F 47 2F
Octal 251 43 316 22 123 0 23 437 107 57
Binary 10101001 100011 11001110 10010 1010011 0 10011 100011111 1000111 101111

Color Harmonies of #A923CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A923CE

Black with #A923CE

Text Example


Text Example

White with #A923CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A923CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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