Html Css Color HEX #A926AD Dark Orchid

📋 copy color: '#A926AD'

red 169 ◦ green 38 ◦ blue 173

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

Shades of Dark Orchid #A926AD

Tints of Dark Orchid #A926AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10%

 BLUE value IS 173 (67.97% from 255) = 45.53%

R = 44.47%
G = 10%
B = 45.53%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A926AD (or 0xA926AD) is known color: Dark Orchid. HEX triplet: A9, 26 and AD. RGB value is (169,38,173). Sum of RGB (Red+Green+Blue) = 169+38+173=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #A926AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A926AD is #56D952. Grayscale: #5C5C5C. Windows color (decimal): -5691731 or 11347625. OLE color: 11347625.

HSL color Cylindrical-coordinate representation of color #A926AD: hue angle of 298.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A926AD is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 38 173 -
CMYK 0.02 0.78 0 0.32
HSL 298.22º 0.64% 0.41% -
HSV(B) 298.22º 0.78% 0.68% -
XYZ 24.6 12.84 40.72 -
YUV 92.56 173.4 182.52 -
System Red Green Blue C M Y K H S L
Decimal 169 38 173 0.02 0.78 0 0.32 298.22 0.64 0.41
Hex A9 26 AD 2 4E 0 20 12A 40 29
Octal 251 46 255 2 116 0 40 452 100 51
Binary 10101001 100110 10101101 10 1001110 0 100000 100101010 1000000 101001

Color Harmonies of #A926AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A926AD

Black with #A926AD

Text Example


Text Example

White with #A926AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A926AD; }

 p { color: rgb(169,38,173); }

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

background-color css

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

 a { background-color: rgb(169,38,173); }

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

border-color css

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

 span { border-color: rgb(169,38,173); }

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