Html Css Color HEX #A44BEE Medium Orchid

📋 copy color: '#A44BEE'

red 164 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #A44BEE

Tints of Medium Orchid #A44BEE

RGB

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

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

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

R = 34.38%
G = 15.72%
B = 49.9%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A44BEE (or 0xA44BEE) is known color: Medium Orchid. HEX triplet: A4, 4B and EE. RGB value is (164,75,238). Sum of RGB (Red+Green+Blue) = 164+75+238=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #A44BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44BEE is #5BB411. Grayscale: #777777. Windows color (decimal): -6009874 or 15616932. OLE color: 15616932.

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

Color convert

RGB 164 75 238 -
CMYK 0.31 0.68 0 0.07
HSL 272.76º 0.83% 0.61% -
HSV(B) 272.76º 0.68% 0.93% -
XYZ 33.26 19.1 82.82 -
YUV 120.19 194.49 159.25 -
System Red Green Blue C M Y K H S L
Decimal 164 75 238 0.31 0.68 0 0.07 272.76 0.83 0.61
Hex A4 4B EE 1F 44 0 7 111 53 3D
Octal 244 113 356 37 104 0 7 421 123 75
Binary 10100100 1001011 11101110 11111 1000100 0 111 100010001 1010011 111101

Color Harmonies of #A44BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44BEE

Black with #A44BEE

Text Example


Text Example

White with #A44BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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