Html Css Color HEX #A226B9 Dark Orchid

📋 copy color: '#A226B9'

red 162 ◦ green 38 ◦ blue 185

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

Shades of Dark Orchid #A226B9

Tints of Dark Orchid #A226B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.05%

R = 42.08%
G = 9.87%
B = 48.05%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A226B9 (or 0xA226B9) is known color: Dark Orchid. HEX triplet: A2, 26 and B9. RGB value is (162,38,185). Sum of RGB (Red+Green+Blue) = 162+38+185=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #A226B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A226B9 is #5DD946. Grayscale: #5B5B5B. Windows color (decimal): -6150471 or 12134050. OLE color: 12134050.

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

Color convert

RGB 162 38 185 -
CMYK 0.12 0.79 0 0.27
HSL 290.61º 0.66% 0.44% -
HSV(B) 290.61º 0.79% 0.73% -
XYZ 24.35 12.57 47.04 -
YUV 91.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 162 38 185 0.12 0.79 0 0.27 290.61 0.66 0.44
Hex A2 26 B9 C 4F 0 1B 123 42 2C
Octal 242 46 271 14 117 0 33 443 102 54
Binary 10100010 100110 10111001 1100 1001111 0 11011 100100011 1000010 101100

Color Harmonies of #A226B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A226B9

Black with #A226B9

Text Example


Text Example

White with #A226B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A226B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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