Html Css Color HEX #A83CBE Dark Orchid

📋 copy color: '#A83CBE'

red 168 ◦ green 60 ◦ blue 190

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

Shades of Dark Orchid #A83CBE

Tints of Dark Orchid #A83CBE

RGB

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

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

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

R = 40.19%
G = 14.35%
B = 45.45%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A83CBE (or 0xA83CBE) is known color: Dark Orchid. HEX triplet: A8, 3C and BE. RGB value is (168,60,190). Sum of RGB (Red+Green+Blue) = 168+60+190=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #A83CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CBE is #57C341. Grayscale: #6A6A6A. Windows color (decimal): -5751618 or 12467368. OLE color: 12467368.

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

Color convert

RGB 168 60 190 -
CMYK 0.12 0.68 0 0.25
HSL 289.85º 0.52% 0.49% -
HSV(B) 289.85º 0.68% 0.75% -
XYZ 27.06 15.27 50.24 -
YUV 107.11 174.78 171.43 -
System Red Green Blue C M Y K H S L
Decimal 168 60 190 0.12 0.68 0 0.25 289.85 0.52 0.49
Hex A8 3C BE C 44 0 19 122 34 31
Octal 250 74 276 14 104 0 31 442 64 61
Binary 10101000 111100 10111110 1100 1000100 0 11001 100100010 110100 110001

Color Harmonies of #A83CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83CBE

Black with #A83CBE

Text Example


Text Example

White with #A83CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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