#A223B4

Color #A223B4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A223B4

Tints of Dark Orchid #A223B4

Color information

#A223B4 (or 0xA223B4) is unknown color: approx Dark Orchid. HEX triplet: A2, 23 and B4. RGB value is (162,35,180). Sum of RGB (Red+Green+Blue) = 162+35+180=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #A223B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A223B4 is #5DDC4B. Grayscale: #595959. Windows color (decimal): -6151244 or 11805602. OLE color: 11805602.

HSL color Cylindrical-coordinate representation of color #A223B4: hue angle of 292.55º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A223B4 is Cyan = 0.1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16235180-
CMYK0.10.8100.29
HSL292.55º67.44%42.16%-
HSV(B)292.55º80.56%70.59%-
XYZ23.7412.1844.28-
YUV89.5179.08179.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 35 (14.06% from 255) = 9.28%
BLUE value IS 180 (70.70% from 255) = 47.75%
R=42.97%
G=9.28%
B=47.75%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162351800.10.8100.29292.5567.4442.16
HexA223B4A5101D125432a
Octal242432641212103544510352
Binary1010001010001110110100101010100010111011001001011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A223B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A223B4; }

 p { color: rgb(162,35,180); }

 H1.HeaderClassName
 {
   color: #A223B4;
 }
 .AnyTagClassName
 {
   color: #A223B4;
 }
</style>
background-color css

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

 a { background-color: rgb(162,35,180); }

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

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

 span { border-color: rgb(162,35,180); }

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