Html Css Color HEX #A226BD Dark Orchid

📋 copy color: '#A226BD'

red 162 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #A226BD

Tints of Dark Orchid #A226BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.59%

R = 41.65%
G = 9.77%
B = 48.59%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A226BD (or 0xA226BD) is known color: Dark Orchid. HEX triplet: A2, 26 and BD. RGB value is (162,38,189). Sum of RGB (Red+Green+Blue) = 162+38+189=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #A226BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A226BD is #5DD942. Grayscale: #5B5B5B. Windows color (decimal): -6150467 or 12396194. OLE color: 12396194.

HSL color Cylindrical-coordinate representation of color #A226BD: hue angle of 289.27º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A226BD is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 38 189 -
CMYK 0.14 0.80 0 0.26
HSL 289.27º 0.67% 0.45% -
HSV(B) 289.27º 0.8% 0.74% -
XYZ 24.78 12.74 49.3 -
YUV 92.29 182.58 177.72 -
System Red Green Blue C M Y K H S L
Decimal 162 38 189 0.14 0.80 0 0.26 289.27 0.67 0.45
Hex A2 26 BD E 50 0 1A 121 43 2D
Octal 242 46 275 16 120 0 32 441 103 55
Binary 10100010 100110 10111101 1110 1010000 0 11010 100100001 1000011 101101

Color Harmonies of #A226BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A226BD

Black with #A226BD

Text Example


Text Example

White with #A226BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A226BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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