Html Css Color HEX #A3407A Royal Heath

📋 copy color: '#A3407A'

red 163 ◦ green 64 ◦ blue 122

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

Shades of Royal Heath #A3407A

Tints of Royal Heath #A3407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.34%

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 46.7%
G = 18.34%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3407A (or 0xA3407A) is known color: Royal Heath. HEX triplet: A3, 40 and 7A. RGB value is (163,64,122). Sum of RGB (Red+Green+Blue) = 163+64+122=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A3407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3407A is #5CBF85. Grayscale: #646464. Windows color (decimal): -6078342 or 8011939. OLE color: 8011939.

HSL color Cylindrical-coordinate representation of color #A3407A: hue angle of 324.85º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3407A is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 64 122 -
CMYK 0 0.61 0.25 0.36
HSL 324.85º 0.44% 0.45% -
HSV(B) 324.85º 0.61% 0.64% -
XYZ 20.45 12.86 19.82 -
YUV 100.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 163 64 122 0 0.61 0.25 0.36 324.85 0.44 0.45
Hex A3 40 7A 0 3D 19 24 145 2C 2D
Octal 243 100 172 0 75 31 44 505 54 55
Binary 10100011 1000000 1111010 0 111101 11001 100100 101000101 101100 101101

Color Harmonies of #A3407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3407A

Black with #A3407A

Text Example


Text Example

White with #A3407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3407A; }

 p { color: rgb(163,64,122); }

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

background-color css

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

 a { background-color: rgb(163,64,122); }

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

border-color css

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

 span { border-color: rgb(163,64,122); }

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