Html Css Color HEX #A83BEB Dark Orchid

📋 copy color: '#A83BEB'

red 168 ◦ green 59 ◦ blue 235

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

Shades of Dark Orchid #A83BEB

Tints of Dark Orchid #A83BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.87%

R = 36.36%
G = 12.77%
B = 50.87%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A83BEB (or 0xA83BEB) is known color: Dark Orchid. HEX triplet: A8, 3B and EB. RGB value is (168,59,235). Sum of RGB (Red+Green+Blue) = 168+59+235=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #A83BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83BEB is #57C414. Grayscale: #6F6F6F. Windows color (decimal): -5751829 or 15416232. OLE color: 15416232.

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

Color convert

RGB 168 59 235 -
CMYK 0.29 0.75 0 0.08
HSL 277.16º 0.81% 0.58% -
HSV(B) 277.16º 0.75% 0.92% -
XYZ 32.71 17.45 80.24 -
YUV 111.66 197.61 168.19 -
System Red Green Blue C M Y K H S L
Decimal 168 59 235 0.29 0.75 0 0.08 277.16 0.81 0.58
Hex A8 3B EB 1D 4B 0 8 115 51 3A
Octal 250 73 353 35 113 0 10 425 121 72
Binary 10101000 111011 11101011 11101 1001011 0 1000 100010101 1010001 111010

Color Harmonies of #A83BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83BEB

Black with #A83BEB

Text Example


Text Example

White with #A83BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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