Html Css Color HEX #A44CE7 Medium Orchid

📋 copy color: '#A44CE7'

red 164 ◦ green 76 ◦ blue 231

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

Shades of Medium Orchid #A44CE7

Tints of Medium Orchid #A44CE7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.14%

 BLUE value IS 231 (90.63% from 255) = 49.04%

R = 34.82%
G = 16.14%
B = 49.04%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A44CE7 (or 0xA44CE7) is known color: Medium Orchid. HEX triplet: A4, 4C and E7. RGB value is (164,76,231). Sum of RGB (Red+Green+Blue) = 164+76+231=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #A44CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44CE7 is #5BB318. Grayscale: #777777. Windows color (decimal): -6009625 or 15158436. OLE color: 15158436.

HSL color Cylindrical-coordinate representation of color #A44CE7: hue angle of 274.06º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A44CE7 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 76 231 -
CMYK 0.29 0.67 0 0.09
HSL 274.06º 0.76% 0.6% -
HSV(B) 274.06º 0.67% 0.91% -
XYZ 32.32 18.83 77.53 -
YUV 119.98 190.65 159.4 -
System Red Green Blue C M Y K H S L
Decimal 164 76 231 0.29 0.67 0 0.09 274.06 0.76 0.6
Hex A4 4C E7 1D 43 0 9 112 4C 3C
Octal 244 114 347 35 103 0 11 422 114 74
Binary 10100100 1001100 11100111 11101 1000011 0 1001 100010010 1001100 111100

Color Harmonies of #A44CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44CE7

Black with #A44CE7

Text Example


Text Example

White with #A44CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44CE7; }

 p { color: rgb(164,76,231); }

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

background-color css

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

 a { background-color: rgb(164,76,231); }

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

border-color css

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

 span { border-color: rgb(164,76,231); }

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