Html Css Color HEX #A83EBE Dark Orchid

📋 copy color: '#A83EBE'

red 168 ◦ green 62 ◦ blue 190

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

Shades of Dark Orchid #A83EBE

Tints of Dark Orchid #A83EBE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.76%

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

R = 40%
G = 14.76%
B = 45.24%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A83EBE (or 0xA83EBE) is known color: Dark Orchid. HEX triplet: A8, 3E and BE. RGB value is (168,62,190). Sum of RGB (Red+Green+Blue) = 168+62+190=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #A83EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83EBE is #57C141. Grayscale: #6B6B6B. Windows color (decimal): -5751106 or 12467880. OLE color: 12467880.

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

Color convert

RGB 168 62 190 -
CMYK 0.12 0.67 0 0.25
HSL 289.69º 0.51% 0.49% -
HSV(B) 289.69º 0.67% 0.75% -
XYZ 27.17 15.49 50.27 -
YUV 108.29 174.12 170.59 -
System Red Green Blue C M Y K H S L
Decimal 168 62 190 0.12 0.67 0 0.25 289.69 0.51 0.49
Hex A8 3E BE C 43 0 19 122 33 31
Octal 250 76 276 14 103 0 31 442 63 61
Binary 10101000 111110 10111110 1100 1000011 0 11001 100100010 110011 110001

Color Harmonies of #A83EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83EBE

Black with #A83EBE

Text Example


Text Example

White with #A83EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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