Html Css Color HEX #A926BE Dark Orchid

📋 copy color: '#A926BE'

red 169 ◦ green 38 ◦ blue 190

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

Shades of Dark Orchid #A926BE

Tints of Dark Orchid #A926BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 42.57%
G = 9.57%
B = 47.86%

CMYK

 C value IS 0.11

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A926BE (or 0xA926BE) is known color: Dark Orchid. HEX triplet: A9, 26 and BE. RGB value is (169,38,190). Sum of RGB (Red+Green+Blue) = 169+38+190=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #A926BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926BE is #56D941. Grayscale: #5E5E5E. Windows color (decimal): -5691714 or 12461737. OLE color: 12461737.

HSL color Cylindrical-coordinate representation of color #A926BE: hue angle of 291.71º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A926BE is Cyan = 0.11, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 38 190 -
CMYK 0.11 0.8 0 0.25
HSL 291.71º 0.67% 0.45% -
HSV(B) 291.71º 0.8% 0.75% -
XYZ 26.35 13.54 49.94 -
YUV 94.5 181.9 181.14 -
System Red Green Blue C M Y K H S L
Decimal 169 38 190 0.11 0.8 0 0.25 291.71 0.67 0.45
Hex A9 26 BE B 50 0 19 124 43 2D
Octal 251 46 276 13 120 0 31 444 103 55
Binary 10101001 100110 10111110 1011 1010000 0 11001 100100100 1000011 101101

Color Harmonies of #A926BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A926BE

Black with #A926BE

Text Example


Text Example

White with #A926BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A926BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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