Html Css Color HEX #A44BEB Medium Orchid

📋 copy color: '#A44BEB'

red 164 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #A44BEB

Tints of Medium Orchid #A44BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 34.6%
G = 15.82%
B = 49.58%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A44BEB (or 0xA44BEB) is known color: Medium Orchid. HEX triplet: A4, 4B and EB. RGB value is (164,75,235). Sum of RGB (Red+Green+Blue) = 164+75+235=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #A44BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44BEB is #5BB414. Grayscale: #777777. Windows color (decimal): -6009877 or 15420324. OLE color: 15420324.

HSL color Cylindrical-coordinate representation of color #A44BEB: hue angle of 273.38º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A44BEB is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 75 235 -
CMYK 0.30 0.68 0 0.08
HSL 273.38º 0.8% 0.61% -
HSV(B) 273.38º 0.68% 0.92% -
XYZ 32.82 18.92 80.52 -
YUV 119.85 192.99 159.49 -
System Red Green Blue C M Y K H S L
Decimal 164 75 235 0.30 0.68 0 0.08 273.38 0.8 0.61
Hex A4 4B EB 1E 44 0 8 111 50 3D
Octal 244 113 353 36 104 0 10 421 120 75
Binary 10100100 1001011 11101011 11110 1000100 0 1000 100010001 1010000 111101

Color Harmonies of #A44BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44BEB

Black with #A44BEB

Text Example


Text Example

White with #A44BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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