Html Css Color HEX #A923BA Dark Orchid

📋 copy color: '#A923BA'

red 169 ◦ green 35 ◦ blue 186

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

Shades of Dark Orchid #A923BA

Tints of Dark Orchid #A923BA

RGB

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

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

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

R = 43.33%
G = 8.97%
B = 47.69%

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

#A923BA (or 0xA923BA) is known color: Dark Orchid. HEX triplet: A9, 23 and BA. RGB value is (169,35,186). Sum of RGB (Red+Green+Blue) = 169+35+186=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #A923BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A923BA is #56DC45. Grayscale: #5B5B5B. Windows color (decimal): -5692486 or 12198825. OLE color: 12198825.

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

Color convert

RGB 169 35 186 -
CMYK 0.09 0.81 0 0.27
HSL 293.25º 0.68% 0.43% -
HSV(B) 293.25º 0.81% 0.73% -
XYZ 25.83 13.18 47.64 -
YUV 92.28 180.89 182.72 -
System Red Green Blue C M Y K H S L
Decimal 169 35 186 0.09 0.81 0 0.27 293.25 0.68 0.43
Hex A9 23 BA 9 51 0 1B 125 44 2B
Octal 251 43 272 11 121 0 33 445 104 53
Binary 10101001 100011 10111010 1001 1010001 0 11011 100100101 1000100 101011

Color Harmonies of #A923BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A923BA

Black with #A923BA

Text Example


Text Example

White with #A923BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A923BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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