Html Css Color HEX #A83AEB Dark Orchid

📋 copy color: '#A83AEB'

red 168 ◦ green 58 ◦ blue 235

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

Shades of Dark Orchid #A83AEB

Tints of Dark Orchid #A83AEB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.58%

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

R = 36.44%
G = 12.58%
B = 50.98%

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

#A83AEB (or 0xA83AEB) is known color: Dark Orchid. HEX triplet: A8, 3A and EB. RGB value is (168,58,235). Sum of RGB (Red+Green+Blue) = 168+58+235=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #A83AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83AEB is #57C514. Grayscale: #6E6E6E. Windows color (decimal): -5752085 or 15415976. OLE color: 15415976.

HSL color Cylindrical-coordinate representation of color #A83AEB: hue angle of 277.29º degrees, saturation: 0.82, 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 #A83AEB is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 58 235 -
CMYK 0.29 0.75 0 0.08
HSL 277.29º 0.82% 0.57% -
HSV(B) 277.29º 0.75% 0.92% -
XYZ 32.66 17.35 80.22 -
YUV 111.07 197.94 168.61 -
System Red Green Blue C M Y K H S L
Decimal 168 58 235 0.29 0.75 0 0.08 277.29 0.82 0.57
Hex A8 3A EB 1D 4B 0 8 115 52 39
Octal 250 72 353 35 113 0 10 425 122 71
Binary 10101000 111010 11101011 11101 1001011 0 1000 100010101 1010010 111001

Color Harmonies of #A83AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83AEB

Black with #A83AEB

Text Example


Text Example

White with #A83AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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