Html Css Color HEX #A83BBE Dark Orchid

📋 copy color: '#A83BBE'

red 168 ◦ green 59 ◦ blue 190

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

Shades of Dark Orchid #A83BBE

Tints of Dark Orchid #A83BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 40.29%
G = 14.15%
B = 45.56%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A83BBE (or 0xA83BBE) is known color: Dark Orchid. HEX triplet: A8, 3B and BE. RGB value is (168,59,190). Sum of RGB (Red+Green+Blue) = 168+59+190=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #A83BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83BBE is #57C441. Grayscale: #6A6A6A. Windows color (decimal): -5751874 or 12467112. OLE color: 12467112.

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

Color convert

RGB 168 59 190 -
CMYK 0.12 0.69 0 0.25
HSL 289.92º 0.53% 0.49% -
HSV(B) 289.92º 0.69% 0.75% -
XYZ 27.01 15.17 50.22 -
YUV 106.53 175.11 171.85 -
System Red Green Blue C M Y K H S L
Decimal 168 59 190 0.12 0.69 0 0.25 289.92 0.53 0.49
Hex A8 3B BE C 45 0 19 122 35 31
Octal 250 73 276 14 105 0 31 442 65 61
Binary 10101000 111011 10111110 1100 1000101 0 11001 100100010 110101 110001

Color Harmonies of #A83BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83BBE

Black with #A83BBE

Text Example


Text Example

White with #A83BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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