Html Css Color HEX #A83FEB Dark Orchid

📋 copy color: '#A83FEB'

red 168 ◦ green 63 ◦ blue 235

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

Shades of Dark Orchid #A83FEB

Tints of Dark Orchid #A83FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.52%

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

R = 36.05%
G = 13.52%
B = 50.43%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A83FEB (or 0xA83FEB) is known color: Dark Orchid. HEX triplet: A8, 3F and EB. RGB value is (168,63,235). Sum of RGB (Red+Green+Blue) = 168+63+235=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #A83FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83FEB is #57C014. Grayscale: #717171. Windows color (decimal): -5750805 or 15417256. OLE color: 15417256.

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

Color convert

RGB 168 63 235 -
CMYK 0.29 0.73 0 0.08
HSL 276.63º 0.81% 0.58% -
HSV(B) 276.63º 0.73% 0.92% -
XYZ 32.92 17.88 80.31 -
YUV 114 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 168 63 235 0.29 0.73 0 0.08 276.63 0.81 0.58
Hex A8 3F EB 1D 49 0 8 115 51 3A
Octal 250 77 353 35 111 0 10 425 121 72
Binary 10101000 111111 11101011 11101 1001001 0 1000 100010101 1010001 111010

Color Harmonies of #A83FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83FEB

Black with #A83FEB

Text Example


Text Example

White with #A83FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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