Html Css Color HEX #A83ACB Dark Orchid

📋 copy color: '#A83ACB'

red 168 ◦ green 58 ◦ blue 203

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

Shades of Dark Orchid #A83ACB

Tints of Dark Orchid #A83ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.52%

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 39.16%
G = 13.52%
B = 47.32%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A83ACB (or 0xA83ACB) is known color: Dark Orchid. HEX triplet: A8, 3A and CB. RGB value is (168,58,203). Sum of RGB (Red+Green+Blue) = 168+58+203=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #A83ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83ACB is #57C534. Grayscale: #6A6A6A. Windows color (decimal): -5752117 or 13318824. OLE color: 13318824.

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

Color convert

RGB 168 58 203 -
CMYK 0.17 0.71 0 0.20
HSL 285.52º 0.58% 0.51% -
HSV(B) 285.52º 0.71% 0.8% -
XYZ 28.44 15.66 58.02 -
YUV 107.42 181.94 171.21 -
System Red Green Blue C M Y K H S L
Decimal 168 58 203 0.17 0.71 0 0.20 285.52 0.58 0.51
Hex A8 3A CB 11 47 0 14 11E 3A 33
Octal 250 72 313 21 107 0 24 436 72 63
Binary 10101000 111010 11001011 10001 1000111 0 10100 100011110 111010 110011

Color Harmonies of #A83ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83ACB

Black with #A83ACB

Text Example


Text Example

White with #A83ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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