Html Css Color HEX #A226AE Dark Orchid

📋 copy color: '#A226AE'

red 162 ◦ green 38 ◦ blue 174

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

Shades of Dark Orchid #A226AE

Tints of Dark Orchid #A226AE

RGB

 RED value IS 162 (63.67% from 255) = 43.32%

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

 BLUE value IS 174 (68.36% from 255) = 46.52%

R = 43.32%
G = 10.16%
B = 46.52%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A226AE (or 0xA226AE) is known color: Dark Orchid. HEX triplet: A2, 26 and AE. RGB value is (162,38,174). Sum of RGB (Red+Green+Blue) = 162+38+174=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #A226AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A226AE is #5DD951. Grayscale: #5A5A5A. Windows color (decimal): -6150482 or 11413154. OLE color: 11413154.

HSL color Cylindrical-coordinate representation of color #A226AE: hue angle of 294.71º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A226AE is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 38 174 -
CMYK 0.07 0.78 0 0.32
HSL 294.71º 0.64% 0.42% -
HSV(B) 294.71º 0.78% 0.68% -
XYZ 23.23 12.12 41.16 -
YUV 90.58 175.08 178.94 -
System Red Green Blue C M Y K H S L
Decimal 162 38 174 0.07 0.78 0 0.32 294.71 0.64 0.42
Hex A2 26 AE 7 4E 0 20 127 40 2A
Octal 242 46 256 7 116 0 40 447 100 52
Binary 10100010 100110 10101110 111 1001110 0 100000 100100111 1000000 101010

Color Harmonies of #A226AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A226AE

Black with #A226AE

Text Example


Text Example

White with #A226AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A226AE; }

 p { color: rgb(162,38,174); }

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

background-color css

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

 a { background-color: rgb(162,38,174); }

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

border-color css

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

 span { border-color: rgb(162,38,174); }

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