Html Css Color HEX #A83CEA Dark Orchid

📋 copy color: '#A83CEA'

red 168 ◦ green 60 ◦ blue 234

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

Shades of Dark Orchid #A83CEA

Tints of Dark Orchid #A83CEA

RGB

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

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

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

R = 36.36%
G = 12.99%
B = 50.65%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A83CEA (or 0xA83CEA) is known color: Dark Orchid. HEX triplet: A8, 3C and EA. RGB value is (168,60,234). Sum of RGB (Red+Green+Blue) = 168+60+234=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #A83CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83CEA is #57C315. Grayscale: #6F6F6F. Windows color (decimal): -5751574 or 15350952. OLE color: 15350952.

HSL color Cylindrical-coordinate representation of color #A83CEA: hue angle of 277.24º 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 #A83CEA is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 60 234 -
CMYK 0.28 0.74 0 0.08
HSL 277.24º 0.81% 0.58% -
HSV(B) 277.24º 0.74% 0.92% -
XYZ 32.62 17.5 79.5 -
YUV 112.13 196.78 167.85 -
System Red Green Blue C M Y K H S L
Decimal 168 60 234 0.28 0.74 0 0.08 277.24 0.81 0.58
Hex A8 3C EA 1C 4A 0 8 115 51 3A
Octal 250 74 352 34 112 0 10 425 121 72
Binary 10101000 111100 11101010 11100 1001010 0 1000 100010101 1010001 111010

Color Harmonies of #A83CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83CEA

Black with #A83CEA

Text Example


Text Example

White with #A83CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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