Html Css Color HEX #A926E3 Dark Orchid

📋 copy color: '#A926E3'

red 169 ◦ green 38 ◦ blue 227

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

Shades of Dark Orchid #A926E3

Tints of Dark Orchid #A926E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 52.3%

R = 38.94%
G = 8.76%
B = 52.3%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A926E3 (or 0xA926E3) is known color: Dark Orchid. HEX triplet: A9, 26 and E3. RGB value is (169,38,227). Sum of RGB (Red+Green+Blue) = 169+38+227=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 227 (89.06% from 255 or 52.30% from 434); Max value from RGB is 227 - color contains mainly: blue. Hex color #A926E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926E3 is #56D91C. Grayscale: #626262. Windows color (decimal): -5691677 or 14886569. OLE color: 14886569.

HSL color Cylindrical-coordinate representation of color #A926E3: hue angle of 281.59º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A926E3 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 169 38 227 -
CMYK 0.26 0.83 0 0.11
HSL 281.59º 0.77% 0.52% -
HSV(B) 281.59º 0.83% 0.89% -
XYZ 30.92 15.37 74.01 -
YUV 98.72 200.4 178.13 -
System Red Green Blue C M Y K H S L
Decimal 169 38 227 0.26 0.83 0 0.11 281.59 0.77 0.52
Hex A9 26 E3 1A 53 0 B 11A 4D 34
Octal 251 46 343 32 123 0 13 432 115 64
Binary 10101001 100110 11100011 11010 1010011 0 1011 100011010 1001101 110100

Color Harmonies of #A926E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A926E3

Black with #A926E3

Text Example


Text Example

White with #A926E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A926E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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