Html Css Color HEX #A34B7B Royal Heath

📋 copy color: '#A34B7B'

red 163 ◦ green 75 ◦ blue 123

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

Shades of Royal Heath #A34B7B

Tints of Royal Heath #A34B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 45.15%
G = 20.78%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A34B7B (or 0xA34B7B) is known color: Royal Heath. HEX triplet: A3, 4B and 7B. RGB value is (163,75,123). Sum of RGB (Red+Green+Blue) = 163+75+123=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34B7B is #5CB484. Grayscale: #6A6A6A. Windows color (decimal): -6075525 or 8080291. OLE color: 8080291.

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

Color convert

RGB 163 75 123 -
CMYK 0 0.54 0.25 0.36
HSL 327.27º 0.37% 0.47% -
HSV(B) 327.27º 0.54% 0.64% -
XYZ 21.2 14.25 20.37 -
YUV 106.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 163 75 123 0 0.54 0.25 0.36 327.27 0.37 0.47
Hex A3 4B 7B 0 36 19 24 147 25 2F
Octal 243 113 173 0 66 31 44 507 45 57
Binary 10100011 1001011 1111011 0 110110 11001 100100 101000111 100101 101111

Color Harmonies of #A34B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34B7B

Black with #A34B7B

Text Example


Text Example

White with #A34B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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