Html Css Color HEX #AF437B Royal Heath

📋 copy color: '#AF437B'

red 175 ◦ green 67 ◦ blue 123

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

Shades of Royal Heath #AF437B

Tints of Royal Heath #AF437B

RGB

 RED value IS 175 (68.75% from 255) = 47.95%

 GREEN value IS 67 (26.56% from 255) = 18.36%

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

R = 47.95%
G = 18.36%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF437B (or 0xAF437B) is known color: Royal Heath. HEX triplet: AF, 43 and 7B. RGB value is (175,67,123). Sum of RGB (Red+Green+Blue) = 175+67+123=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF437B is #50BC84. Grayscale: #696969. Windows color (decimal): -5291141 or 8078255. OLE color: 8078255.

HSL color Cylindrical-coordinate representation of color #AF437B: hue angle of 328.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF437B is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 67 123 -
CMYK 0 0.62 0.30 0.31
HSL 328.89º 0.45% 0.47% -
HSV(B) 328.89º 0.62% 0.69% -
XYZ 23.26 14.56 20.32 -
YUV 105.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 175 67 123 0 0.62 0.30 0.31 328.89 0.45 0.47
Hex AF 43 7B 0 3E 1E 1F 149 2D 2F
Octal 257 103 173 0 76 36 37 511 55 57
Binary 10101111 1000011 1111011 0 111110 11110 11111 101001001 101101 101111

Color Harmonies of #AF437B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF437B

Black with #AF437B

Text Example


Text Example

White with #AF437B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF437B; }

 p { color: rgb(175,67,123); }

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

background-color css

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

 a { background-color: rgb(175,67,123); }

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

border-color css

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

 span { border-color: rgb(175,67,123); }

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