Html Css Color HEX #A226AD Dark Orchid

📋 copy color: '#A226AD'

red 162 ◦ green 38 ◦ blue 173

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

Shades of Dark Orchid #A226AD

Tints of Dark Orchid #A226AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.38%

R = 43.43%
G = 10.19%
B = 46.38%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A226AD (or 0xA226AD) is known color: Dark Orchid. HEX triplet: A2, 26 and AD. RGB value is (162,38,173). Sum of RGB (Red+Green+Blue) = 162+38+173=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #A226AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A226AD is #5DD952. Grayscale: #5A5A5A. Windows color (decimal): -6150483 or 11347618. OLE color: 11347618.

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

Color convert

RGB 162 38 173 -
CMYK 0.06 0.78 0 0.32
HSL 295.11º 0.64% 0.41% -
HSV(B) 295.11º 0.78% 0.68% -
XYZ 23.14 12.08 40.65 -
YUV 90.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 162 38 173 0.06 0.78 0 0.32 295.11 0.64 0.41
Hex A2 26 AD 6 4E 0 20 127 40 29
Octal 242 46 255 6 116 0 40 447 100 51
Binary 10100010 100110 10101101 110 1001110 0 100000 100100111 1000000 101001

Color Harmonies of #A226AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A226AD

Black with #A226AD

Text Example


Text Example

White with #A226AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A226AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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