Html Css Color HEX #A34B75 Royal Heath

📋 copy color: '#A34B75'

red 163 ◦ green 75 ◦ blue 117

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

Shades of Royal Heath #A34B75

Tints of Royal Heath #A34B75

RGB

 RED value IS 163 (64.06% from 255) = 45.92%

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

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 45.92%
G = 21.13%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A34B75 (or 0xA34B75) is known color: Royal Heath. HEX triplet: A3, 4B and 75. RGB value is (163,75,117). Sum of RGB (Red+Green+Blue) = 163+75+117=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34B75 is #5CB48A. Grayscale: #6A6A6A. Windows color (decimal): -6075531 or 7687075. OLE color: 7687075.

HSL color Cylindrical-coordinate representation of color #A34B75: hue angle of 331.36º 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 #A34B75 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 75 117 -
CMYK 0 0.54 0.28 0.36
HSL 331.36º 0.37% 0.47% -
HSV(B) 331.36º 0.54% 0.64% -
XYZ 20.83 14.1 18.45 -
YUV 106.1 134.15 168.58 -
System Red Green Blue C M Y K H S L
Decimal 163 75 117 0 0.54 0.28 0.36 331.36 0.37 0.47
Hex A3 4B 75 0 36 1C 24 14B 25 2F
Octal 243 113 165 0 66 34 44 513 45 57
Binary 10100011 1001011 1110101 0 110110 11100 100100 101001011 100101 101111

Color Harmonies of #A34B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34B75

Black with #A34B75

Text Example


Text Example

White with #A34B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34B75; }

 p { color: rgb(163,75,117); }

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

background-color css

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

 a { background-color: rgb(163,75,117); }

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

border-color css

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

 span { border-color: rgb(163,75,117); }

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