Html Css Color HEX #A83BC1 Dark Orchid

📋 copy color: '#A83BC1'

red 168 ◦ green 59 ◦ blue 193

#A83BC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A83BC1

Tints of Dark Orchid #A83BC1

RGB

 RED value IS 168 (66.02% from 255) = 40%

 GREEN value IS 59 (23.44% from 255) = 14.05%

 BLUE value IS 193 (75.78% from 255) = 45.95%

R = 40%
G = 14.05%
B = 45.95%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A83BC1 (or 0xA83BC1) is known color: Dark Orchid. HEX triplet: A8, 3B and C1. RGB value is (168,59,193). Sum of RGB (Red+Green+Blue) = 168+59+193=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #A83BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83BC1 is #57C43E. Grayscale: #6A6A6A. Windows color (decimal): -5751871 or 12663720. OLE color: 12663720.

HSL color Cylindrical-coordinate representation of color #A83BC1: hue angle of 288.81º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83BC1 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 59 193 -
CMYK 0.13 0.69 0 0.24
HSL 288.81º 0.53% 0.49% -
HSV(B) 288.81º 0.69% 0.76% -
XYZ 27.34 15.3 51.96 -
YUV 106.87 176.61 171.6 -
System Red Green Blue C M Y K H S L
Decimal 168 59 193 0.13 0.69 0 0.24 288.81 0.53 0.49
Hex A8 3B C1 D 45 0 18 121 35 31
Octal 250 73 301 15 105 0 30 441 65 61
Binary 10101000 111011 11000001 1101 1000101 0 11000 100100001 110101 110001

Color Harmonies of #A83BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83BC1

Black with #A83BC1

Text Example


Text Example

White with #A83BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83BC1; }

 p { color: rgb(168,59,193); }

 H1.HeaderClassName
 {
   color: #A83BC1;
 }
 .AnyTagClassName
 {
   color: #A83BC1;
 }
</style>

background-color css

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

 a { background-color: rgb(168,59,193); }

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

border-color css

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

 span { border-color: rgb(168,59,193); }

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