#A83CCB

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

Shades of Dark Orchid #A83CCB

Tints of Dark Orchid #A83CCB

Color information

#A83CCB (or 0xA83CCB) is unknown color: approx Dark Orchid. HEX triplet: A8, 3C and CB. RGB value is (168,60,203). Sum of RGB (Red+Green+Blue) = 168+60+203=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #A83CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CCB is #57C334. Grayscale: #6C6C6C. Windows color (decimal): -5751605 or 13319336. OLE color: 13319336.

HSL color Cylindrical-coordinate representation of color #A83CCB: hue angle of 285.31º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83CCB is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16860203-
CMYK0.170.7000.20
HSL285.31º57.89%51.57%-
HSV(B)285.31º70.44%79.61%-
XYZ28.5415.8758.06-
YUV108.59181.28170.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 60 (23.83% from 255) = 13.92%
BLUE value IS 203 (79.69% from 255) = 47.10%
R=38.98%
G=13.92%
B=47.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168602030.170.7000.20285.3157.8951.57
HexA83CCB114601411d3a34
Octal25074313211060244357264
Binary1010100011110011001011100011000110010100100011101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83CCB; }

 p { color: rgb(168,60,203); }

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

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

 a { background-color: rgb(168,60,203); }

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

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

 span { border-color: rgb(168,60,203); }

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