#A23BCF

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

Shades of Dark Orchid #A23BCF

Tints of Dark Orchid #A23BCF

Color information

#A23BCF (or 0xA23BCF) is unknown color: approx Dark Orchid. HEX triplet: A2, 3B and CF. RGB value is (162,59,207). Sum of RGB (Red+Green+Blue) = 162+59+207=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #A23BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BCF is #5DC430. Grayscale: #6A6A6A. Windows color (decimal): -6145073 or 13581218. OLE color: 13581218.

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

Color convert

RGB16259207-
CMYK0.220.7100.19
HSL281.76º60.66%52.16%-
HSV(B)281.76º71.5%81.18%-
XYZ27.7315.3160.53-
YUV106.67184.62167.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 59 (23.44% from 255) = 13.79%
BLUE value IS 207 (81.25% from 255) = 48.36%
R=37.85%
G=13.79%
B=48.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162592070.220.7100.19281.7660.6652.16
HexA23BCF164701311a3d34
Octal24273317261070234327564
Binary1010001011101111001111101101000111010011100011010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23BCF; }

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

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

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

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

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

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

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

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