Html Css Color HEX #A926B9 Dark Orchid

📋 copy color: '#A926B9'

red 169 ◦ green 38 ◦ blue 185

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

Shades of Dark Orchid #A926B9

Tints of Dark Orchid #A926B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.19%

R = 43.11%
G = 9.69%
B = 47.19%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A926B9 (or 0xA926B9) is known color: Dark Orchid. HEX triplet: A9, 26 and B9. RGB value is (169,38,185). Sum of RGB (Red+Green+Blue) = 169+38+185=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #A926B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926B9 is #56D946. Grayscale: #5D5D5D. Windows color (decimal): -5691719 or 12134057. OLE color: 12134057.

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

Color convert

RGB 169 38 185 -
CMYK 0.09 0.79 0 0.27
HSL 293.47º 0.66% 0.44% -
HSV(B) 293.47º 0.79% 0.73% -
XYZ 25.81 13.32 47.11 -
YUV 93.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 169 38 185 0.09 0.79 0 0.27 293.47 0.66 0.44
Hex A9 26 B9 9 4F 0 1B 125 42 2C
Octal 251 46 271 11 117 0 33 445 102 54
Binary 10101001 100110 10111001 1001 1001111 0 11011 100100101 1000010 101100

Color Harmonies of #A926B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A926B9

Black with #A926B9

Text Example


Text Example

White with #A926B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A926B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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