Html Css Color HEX #A450EE Medium Orchid

📋 copy color: '#A450EE'

red 164 ◦ green 80 ◦ blue 238

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

Shades of Medium Orchid #A450EE

Tints of Medium Orchid #A450EE

RGB

 RED value IS 164 (64.45% from 255) = 34.02%

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

 BLUE value IS 238 (93.36% from 255) = 49.38%

R = 34.02%
G = 16.6%
B = 49.38%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A450EE (or 0xA450EE) is known color: Medium Orchid. HEX triplet: A4, 50 and EE. RGB value is (164,80,238). Sum of RGB (Red+Green+Blue) = 164+80+238=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #A450EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A450EE is #5BAF11. Grayscale: #7A7A7A. Windows color (decimal): -6008594 or 15618212. OLE color: 15618212.

HSL color Cylindrical-coordinate representation of color #A450EE: hue angle of 271.9º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A450EE is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 80 238 -
CMYK 0.31 0.66 0 0.07
HSL 271.9º 0.82% 0.62% -
HSV(B) 271.9º 0.66% 0.93% -
XYZ 33.61 19.8 82.94 -
YUV 123.13 192.83 157.15 -
System Red Green Blue C M Y K H S L
Decimal 164 80 238 0.31 0.66 0 0.07 271.9 0.82 0.62
Hex A4 50 EE 1F 42 0 7 110 52 3E
Octal 244 120 356 37 102 0 7 420 122 76
Binary 10100100 1010000 11101110 11111 1000010 0 111 100010000 1010010 111110

Color Harmonies of #A450EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450EE

Black with #A450EE

Text Example


Text Example

White with #A450EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450EE; }

 p { color: rgb(164,80,238); }

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

background-color css

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

 a { background-color: rgb(164,80,238); }

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

border-color css

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

 span { border-color: rgb(164,80,238); }

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