Html Css Color HEX #A226BA Dark Orchid

📋 copy color: '#A226BA'

red 162 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #A226BA

Tints of Dark Orchid #A226BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 41.97%
G = 9.84%
B = 48.19%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A226BA (or 0xA226BA) is known color: Dark Orchid. HEX triplet: A2, 26 and BA. RGB value is (162,38,186). Sum of RGB (Red+Green+Blue) = 162+38+186=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #A226BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A226BA is #5DD945. Grayscale: #5B5B5B. Windows color (decimal): -6150470 or 12199586. OLE color: 12199586.

HSL color Cylindrical-coordinate representation of color #A226BA: hue angle of 290.27º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A226BA is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 38 186 -
CMYK 0.13 0.80 0 0.27
HSL 290.27º 0.66% 0.44% -
HSV(B) 290.27º 0.8% 0.73% -
XYZ 24.46 12.61 47.6 -
YUV 91.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 162 38 186 0.13 0.80 0 0.27 290.27 0.66 0.44
Hex A2 26 BA D 50 0 1B 122 42 2C
Octal 242 46 272 15 120 0 33 442 102 54
Binary 10100010 100110 10111010 1101 1010000 0 11011 100100010 1000010 101100

Color Harmonies of #A226BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A226BA

Black with #A226BA

Text Example


Text Example

White with #A226BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A226BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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