Html Css Color HEX #A83CBC Dark Orchid

📋 copy color: '#A83CBC'

red 168 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #A83CBC

Tints of Dark Orchid #A83CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.42%

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 40.38%
G = 14.42%
B = 45.19%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A83CBC (or 0xA83CBC) is known color: Dark Orchid. HEX triplet: A8, 3C and BC. RGB value is (168,60,188). Sum of RGB (Red+Green+Blue) = 168+60+188=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #A83CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CBC is #57C343. Grayscale: #6A6A6A. Windows color (decimal): -5751620 or 12336296. OLE color: 12336296.

HSL color Cylindrical-coordinate representation of color #A83CBC: hue angle of 290.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83CBC is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 60 188 -
CMYK 0.11 0.68 0 0.26
HSL 290.63º 0.52% 0.49% -
HSV(B) 290.63º 0.68% 0.74% -
XYZ 26.84 15.19 49.09 -
YUV 106.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 168 60 188 0.11 0.68 0 0.26 290.63 0.52 0.49
Hex A8 3C BC B 44 0 1A 123 34 31
Octal 250 74 274 13 104 0 32 443 64 61
Binary 10101000 111100 10111100 1011 1000100 0 11010 100100011 110100 110001

Color Harmonies of #A83CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83CBC

Black with #A83CBC

Text Example


Text Example

White with #A83CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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