Html Css Color HEX #A44BE7 Medium Orchid

📋 copy color: '#A44BE7'

red 164 ◦ green 75 ◦ blue 231

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

Shades of Medium Orchid #A44BE7

Tints of Medium Orchid #A44BE7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.96%

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

R = 34.89%
G = 15.96%
B = 49.15%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A44BE7 (or 0xA44BE7) is known color: Medium Orchid. HEX triplet: A4, 4B and E7. RGB value is (164,75,231). Sum of RGB (Red+Green+Blue) = 164+75+231=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 231 (90.62% from 255 or 49.15% from 470); Max value from RGB is 231 - color contains mainly: blue. Hex color #A44BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44BE7 is #5BB418. Grayscale: #767676. Windows color (decimal): -6009881 or 15158180. OLE color: 15158180.

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

Color convert

RGB 164 75 231 -
CMYK 0.29 0.68 0 0.09
HSL 274.23º 0.76% 0.6% -
HSV(B) 274.23º 0.68% 0.91% -
XYZ 32.25 18.69 77.51 -
YUV 119.4 190.99 159.82 -
System Red Green Blue C M Y K H S L
Decimal 164 75 231 0.29 0.68 0 0.09 274.23 0.76 0.6
Hex A4 4B E7 1D 44 0 9 112 4C 3C
Octal 244 113 347 35 104 0 11 422 114 74
Binary 10100100 1001011 11100111 11101 1000100 0 1001 100010010 1001100 111100

Color Harmonies of #A44BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44BE7

Black with #A44BE7

Text Example


Text Example

White with #A44BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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