Html Css Color HEX #A83BEA Dark Orchid

📋 copy color: '#A83BEA'

red 168 ◦ green 59 ◦ blue 234

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

Shades of Dark Orchid #A83BEA

Tints of Dark Orchid #A83BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 36.44%
G = 12.8%
B = 50.76%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A83BEA (or 0xA83BEA) is known color: Dark Orchid. HEX triplet: A8, 3B and EA. RGB value is (168,59,234). Sum of RGB (Red+Green+Blue) = 168+59+234=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #A83BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83BEA is #57C415. Grayscale: #6E6E6E. Windows color (decimal): -5751830 or 15350696. OLE color: 15350696.

HSL color Cylindrical-coordinate representation of color #A83BEA: hue angle of 277.37º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A83BEA is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 59 234 -
CMYK 0.28 0.75 0 0.08
HSL 277.37º 0.81% 0.57% -
HSV(B) 277.37º 0.75% 0.92% -
XYZ 32.56 17.39 79.48 -
YUV 111.54 197.11 168.27 -
System Red Green Blue C M Y K H S L
Decimal 168 59 234 0.28 0.75 0 0.08 277.37 0.81 0.57
Hex A8 3B EA 1C 4B 0 8 115 51 39
Octal 250 73 352 34 113 0 10 425 121 71
Binary 10101000 111011 11101010 11100 1001011 0 1000 100010101 1010001 111001

Color Harmonies of #A83BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83BEA

Black with #A83BEA

Text Example


Text Example

White with #A83BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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