Html Css Color HEX #A83ECE Dark Orchid

📋 copy color: '#A83ECE'

red 168 ◦ green 62 ◦ blue 206

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

Shades of Dark Orchid #A83ECE

Tints of Dark Orchid #A83ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.22%

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 38.53%
G = 14.22%
B = 47.25%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A83ECE (or 0xA83ECE) is known color: Dark Orchid. HEX triplet: A8, 3E and CE. RGB value is (168,62,206). Sum of RGB (Red+Green+Blue) = 168+62+206=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #A83ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83ECE is #57C131. Grayscale: #6D6D6D. Windows color (decimal): -5751090 or 13516456. OLE color: 13516456.

HSL color Cylindrical-coordinate representation of color #A83ECE: hue angle of 284.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83ECE is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 62 206 -
CMYK 0.18 0.70 0 0.19
HSL 284.17º 0.6% 0.53% -
HSV(B) 284.17º 0.7% 0.81% -
XYZ 29.01 16.23 60 -
YUV 110.11 182.12 169.29 -
System Red Green Blue C M Y K H S L
Decimal 168 62 206 0.18 0.70 0 0.19 284.17 0.6 0.53
Hex A8 3E CE 12 46 0 13 11C 3C 35
Octal 250 76 316 22 106 0 23 434 74 65
Binary 10101000 111110 11001110 10010 1000110 0 10011 100011100 111100 110101

Color Harmonies of #A83ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83ECE

Black with #A83ECE

Text Example


Text Example

White with #A83ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83ECE; }

 p { color: rgb(168,62,206); }

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

background-color css

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

 a { background-color: rgb(168,62,206); }

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

border-color css

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

 span { border-color: rgb(168,62,206); }

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