Html Css Color HEX #A83CEB Dark Orchid

📋 copy color: '#A83CEB'

red 168 ◦ green 60 ◦ blue 235

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

Shades of Dark Orchid #A83CEB

Tints of Dark Orchid #A83CEB

RGB

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

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

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

R = 36.29%
G = 12.96%
B = 50.76%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A83CEB (or 0xA83CEB) is known color: Dark Orchid. HEX triplet: A8, 3C and EB. RGB value is (168,60,235). Sum of RGB (Red+Green+Blue) = 168+60+235=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #A83CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83CEB is #57C314. Grayscale: #6F6F6F. Windows color (decimal): -5751573 or 15416488. OLE color: 15416488.

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

Color convert

RGB 168 60 235 -
CMYK 0.29 0.74 0 0.08
HSL 277.03º 0.81% 0.58% -
HSV(B) 277.03º 0.74% 0.92% -
XYZ 32.76 17.55 80.26 -
YUV 112.24 197.28 167.77 -
System Red Green Blue C M Y K H S L
Decimal 168 60 235 0.29 0.74 0 0.08 277.03 0.81 0.58
Hex A8 3C EB 1D 4A 0 8 115 51 3A
Octal 250 74 353 35 112 0 10 425 121 72
Binary 10101000 111100 11101011 11101 1001010 0 1000 100010101 1010001 111010

Color Harmonies of #A83CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83CEB

Black with #A83CEB

Text Example


Text Example

White with #A83CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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