Html Css Color HEX #A8507B Royal Heath

📋 copy color: '#A8507B'

red 168 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #A8507B

Tints of Royal Heath #A8507B

RGB

 RED value IS 168 (66.02% from 255) = 45.28%

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 45.28%
G = 21.56%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8507B (or 0xA8507B) is known color: Royal Heath. HEX triplet: A8, 50 and 7B. RGB value is (168,80,123). Sum of RGB (Red+Green+Blue) = 168+80+123=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A8507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8507B is #57AF84. Grayscale: #6F6F6F. Windows color (decimal): -5746565 or 8081576. OLE color: 8081576.

HSL color Cylindrical-coordinate representation of color #A8507B: hue angle of 330.68º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8507B is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 80 123 -
CMYK 0 0.52 0.27 0.34
HSL 330.68º 0.35% 0.49% -
HSV(B) 330.68º 0.52% 0.66% -
XYZ 22.59 15.49 20.54 -
YUV 111.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 168 80 123 0 0.52 0.27 0.34 330.68 0.35 0.49
Hex A8 50 7B 0 34 1B 22 14B 23 31
Octal 250 120 173 0 64 33 42 513 43 61
Binary 10101000 1010000 1111011 0 110100 11011 100010 101001011 100011 110001

Color Harmonies of #A8507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8507B

Black with #A8507B

Text Example


Text Example

White with #A8507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8507B; }

 p { color: rgb(168,80,123); }

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

background-color css

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

 a { background-color: rgb(168,80,123); }

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

border-color css

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

 span { border-color: rgb(168,80,123); }

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