Html Css Color HEX #A926E8 Dark Orchid

📋 copy color: '#A926E8'

red 169 ◦ green 38 ◦ blue 232

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

Shades of Dark Orchid #A926E8

Tints of Dark Orchid #A926E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.85%

R = 38.5%
G = 8.66%
B = 52.85%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A926E8 (or 0xA926E8) is known color: Dark Orchid. HEX triplet: A9, 26 and E8. RGB value is (169,38,232). Sum of RGB (Red+Green+Blue) = 169+38+232=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #A926E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A926E8 is #56D917. Grayscale: #626262. Windows color (decimal): -5691672 or 15214249. OLE color: 15214249.

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

Color convert

RGB 169 38 232 -
CMYK 0.27 0.84 0 0.09
HSL 280.52º 0.81% 0.53% -
HSV(B) 280.52º 0.84% 0.91% -
XYZ 31.62 15.65 77.7 -
YUV 99.29 202.9 177.73 -
System Red Green Blue C M Y K H S L
Decimal 169 38 232 0.27 0.84 0 0.09 280.52 0.81 0.53
Hex A9 26 E8 1B 54 0 9 119 51 35
Octal 251 46 350 33 124 0 11 431 121 65
Binary 10101001 100110 11101000 11011 1010100 0 1001 100011001 1010001 110101

Color Harmonies of #A926E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A926E8

Black with #A926E8

Text Example


Text Example

White with #A926E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A926E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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