Html Css Color HEX #A44BE1 Medium Orchid

📋 copy color: '#A44BE1'

red 164 ◦ green 75 ◦ blue 225

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

Shades of Medium Orchid #A44BE1

Tints of Medium Orchid #A44BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.49%

R = 35.34%
G = 16.16%
B = 48.49%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A44BE1 (or 0xA44BE1) is known color: Medium Orchid. HEX triplet: A4, 4B and E1. RGB value is (164,75,225). Sum of RGB (Red+Green+Blue) = 164+75+225=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #A44BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BE1 is #5BB41E. Grayscale: #767676. Windows color (decimal): -6009887 or 14764964. OLE color: 14764964.

HSL color Cylindrical-coordinate representation of color #A44BE1: hue angle of 275.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A44BE1 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 75 225 -
CMYK 0.27 0.67 0 0.12
HSL 275.6º 0.71% 0.59% -
HSV(B) 275.6º 0.67% 0.88% -
XYZ 31.42 18.36 73.12 -
YUV 118.71 187.99 160.3 -
System Red Green Blue C M Y K H S L
Decimal 164 75 225 0.27 0.67 0 0.12 275.6 0.71 0.59
Hex A4 4B E1 1B 43 0 C 114 47 3B
Octal 244 113 341 33 103 0 14 424 107 73
Binary 10100100 1001011 11100001 11011 1000011 0 1100 100010100 1000111 111011

Color Harmonies of #A44BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44BE1

Black with #A44BE1

Text Example


Text Example

White with #A44BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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