Html Css Color HEX #A926DB Dark Orchid

📋 copy color: '#A926DB'

red 169 ◦ green 38 ◦ blue 219

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

Shades of Dark Orchid #A926DB

Tints of Dark Orchid #A926DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.41%

R = 39.67%
G = 8.92%
B = 51.41%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A926DB (or 0xA926DB) is known color: Dark Orchid. HEX triplet: A9, 26 and DB. RGB value is (169,38,219). Sum of RGB (Red+Green+Blue) = 169+38+219=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #A926DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926DB is #56D924. Grayscale: #616161. Windows color (decimal): -5691685 or 14362281. OLE color: 14362281.

HSL color Cylindrical-coordinate representation of color #A926DB: hue angle of 283.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A926DB is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 38 219 -
CMYK 0.23 0.83 0 0.14
HSL 283.43º 0.72% 0.5% -
HSV(B) 283.43º 0.83% 0.86% -
XYZ 29.84 14.94 68.33 -
YUV 97.8 196.4 178.78 -
System Red Green Blue C M Y K H S L
Decimal 169 38 219 0.23 0.83 0 0.14 283.43 0.72 0.5
Hex A9 26 DB 17 53 0 E 11B 48 32
Octal 251 46 333 27 123 0 16 433 110 62
Binary 10101001 100110 11011011 10111 1010011 0 1110 100011011 1001000 110010

Color Harmonies of #A926DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A926DB

Black with #A926DB

Text Example


Text Example

White with #A926DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A926DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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