#A234CF

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

Shades of Dark Orchid #A234CF

Tints of Dark Orchid #A234CF

Color information

#A234CF (or 0xA234CF) is unknown color: approx Dark Orchid. HEX triplet: A2, 34 and CF. RGB value is (162,52,207). Sum of RGB (Red+Green+Blue) = 162+52+207=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #A234CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A234CF is #5DCB30. Grayscale: #666666. Windows color (decimal): -6146865 or 13579426. OLE color: 13579426.

HSL color Cylindrical-coordinate representation of color #A234CF: hue angle of 282.58º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A234CF is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16252207-
CMYK0.220.7500.19
HSL282.58º61.75%50.78%-
HSV(B)282.58º74.88%81.18%-
XYZ27.3914.6460.41-
YUV102.56186.94170.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 52 (20.70% from 255) = 12.35%
BLUE value IS 207 (81.25% from 255) = 49.17%
R=38.48%
G=12.35%
B=49.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162522070.220.7500.19282.5861.7550.78
HexA234CF164B01311b3e33
Octal24264317261130234337663
Binary1010001011010011001111101101001011010011100011011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A234CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A234CF; }

 p { color: rgb(162,52,207); }

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

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

 a { background-color: rgb(162,52,207); }

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

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

 span { border-color: rgb(162,52,207); }

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