Html Css Color HEX #A650EA Medium Orchid

📋 copy color: '#A650EA'

red 166 ◦ green 80 ◦ blue 234

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

Shades of Medium Orchid #A650EA

Tints of Medium Orchid #A650EA

RGB

 RED value IS 166 (65.23% from 255) = 34.58%

 GREEN value IS 80 (31.64% from 255) = 16.67%

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

R = 34.58%
G = 16.67%
B = 48.75%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A650EA (or 0xA650EA) is known color: Medium Orchid. HEX triplet: A6, 50 and EA. RGB value is (166,80,234). Sum of RGB (Red+Green+Blue) = 166+80+234=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #A650EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A650EA is #59AF15. Grayscale: #7A7A7A. Windows color (decimal): -5877526 or 15356070. OLE color: 15356070.

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

Color convert

RGB 166 80 234 -
CMYK 0.29 0.66 0 0.08
HSL 273.51º 0.79% 0.62% -
HSV(B) 273.51º 0.66% 0.92% -
XYZ 33.45 19.78 79.9 -
YUV 123.27 190.49 158.48 -
System Red Green Blue C M Y K H S L
Decimal 166 80 234 0.29 0.66 0 0.08 273.51 0.79 0.62
Hex A6 50 EA 1D 42 0 8 112 4F 3E
Octal 246 120 352 35 102 0 10 422 117 76
Binary 10100110 1010000 11101010 11101 1000010 0 1000 100010010 1001111 111110

Color Harmonies of #A650EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A650EA

Black with #A650EA

Text Example


Text Example

White with #A650EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A650EA; }

 p { color: rgb(166,80,234); }

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

background-color css

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

 a { background-color: rgb(166,80,234); }

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

border-color css

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

 span { border-color: rgb(166,80,234); }

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