#A235C4

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

Shades of Dark Orchid #A235C4

Tints of Dark Orchid #A235C4

Color information

#A235C4 (or 0xA235C4) is unknown color: approx Dark Orchid. HEX triplet: A2, 35 and C4. RGB value is (162,53,196). Sum of RGB (Red+Green+Blue) = 162+53+196=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 196 (76.95% from 255 or 47.69% from 411); Max value from RGB is 196 - color contains mainly: blue. Hex color #A235C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A235C4 is #5DCA3B. Grayscale: #656565. Windows color (decimal): -6146620 or 12858786. OLE color: 12858786.

HSL color Cylindrical-coordinate representation of color #A235C4: hue angle of 285.73º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A235C4 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16253196-
CMYK0.170.7300.23
HSL285.73º57.43%48.82%-
HSV(B)285.73º72.96%76.86%-
XYZ26.1414.2153.59-
YUV101.89181.11170.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 53 (21.09% from 255) = 12.90%
BLUE value IS 196 (76.95% from 255) = 47.69%
R=39.42%
G=12.90%
B=47.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal162531960.170.7300.23285.7357.4348.82
HexA235C4114901711e3931
Octal24265304211110274367161
Binary1010001011010111000100100011001001010111100011110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A235C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A235C4; }

 p { color: rgb(162,53,196); }

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

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

 a { background-color: rgb(162,53,196); }

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

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

 span { border-color: rgb(162,53,196); }

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