Html Css Color HEX #A44B83 Royal Heath

📋 copy color: '#A44B83'

red 164 ◦ green 75 ◦ blue 131

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

Shades of Royal Heath #A44B83

Tints of Royal Heath #A44B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.41%

R = 44.32%
G = 20.27%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A44B83 (or 0xA44B83) is known color: Royal Heath. HEX triplet: A4, 4B and 83. RGB value is (164,75,131). Sum of RGB (Red+Green+Blue) = 164+75+131=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B83 is #5BB47C. Grayscale: #6B6B6B. Windows color (decimal): -6009981 or 8604580. OLE color: 8604580.

HSL color Cylindrical-coordinate representation of color #A44B83: hue angle of 322.25º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44B83 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 75 131 -
CMYK 0 0.54 0.20 0.36
HSL 322.25º 0.37% 0.47% -
HSV(B) 322.25º 0.54% 0.64% -
XYZ 21.92 14.56 23.13 -
YUV 108 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 164 75 131 0 0.54 0.20 0.36 322.25 0.37 0.47
Hex A4 4B 83 0 36 14 24 142 25 2F
Octal 244 113 203 0 66 24 44 502 45 57
Binary 10100100 1001011 10000011 0 110110 10100 100100 101000010 100101 101111

Color Harmonies of #A44B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44B83

Black with #A44B83

Text Example


Text Example

White with #A44B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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