Html Css Color HEX #AC4B7B Royal Heath

📋 copy color: '#AC4B7B'

red 172 ◦ green 75 ◦ blue 123

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

Shades of Royal Heath #AC4B7B

Tints of Royal Heath #AC4B7B

RGB

 RED value IS 172 (67.58% from 255) = 46.49%

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

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

R = 46.49%
G = 20.27%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC4B7B (or 0xAC4B7B) is known color: Royal Heath. HEX triplet: AC, 4B and 7B. RGB value is (172,75,123). Sum of RGB (Red+Green+Blue) = 172+75+123=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4B7B is #53B484. Grayscale: #6D6D6D. Windows color (decimal): -5485701 or 8080300. OLE color: 8080300.

HSL color Cylindrical-coordinate representation of color #AC4B7B: hue angle of 330.31º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4B7B is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 75 123 -
CMYK 0 0.56 0.28 0.33
HSL 330.31º 0.39% 0.48% -
HSV(B) 330.31º 0.56% 0.67% -
XYZ 23.1 15.23 20.46 -
YUV 109.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 172 75 123 0 0.56 0.28 0.33 330.31 0.39 0.48
Hex AC 4B 7B 0 38 1C 21 14A 27 30
Octal 254 113 173 0 70 34 41 512 47 60
Binary 10101100 1001011 1111011 0 111000 11100 100001 101001010 100111 110000

Color Harmonies of #AC4B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4B7B

Black with #AC4B7B

Text Example


Text Example

White with #AC4B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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