Html Css Color HEX #AF4271 Royal Heath

📋 copy color: '#AF4271'

red 175 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #AF4271

Tints of Royal Heath #AF4271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.64%

 BLUE value IS 113 (44.53% from 255) = 31.92%

R = 49.44%
G = 18.64%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF4271 (or 0xAF4271) is known color: Royal Heath. HEX triplet: AF, 42 and 71. RGB value is (175,66,113). Sum of RGB (Red+Green+Blue) = 175+66+113=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4271 is #50BD8E. Grayscale: #676767. Windows color (decimal): -5291407 or 7422639. OLE color: 7422639.

HSL color Cylindrical-coordinate representation of color #AF4271: hue angle of 334.13º 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 #AF4271 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 113 -
CMYK 0 0.62 0.35 0.31
HSL 334.13º 0.45% 0.47% -
HSV(B) 334.13º 0.62% 0.69% -
XYZ 22.61 14.2 17.17 -
YUV 103.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 175 66 113 0 0.62 0.35 0.31 334.13 0.45 0.47
Hex AF 42 71 0 3E 23 1F 14E 2D 2F
Octal 257 102 161 0 76 43 37 516 55 57
Binary 10101111 1000010 1110001 0 111110 100011 11111 101001110 101101 101111

Color Harmonies of #AF4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4271

Black with #AF4271

Text Example


Text Example

White with #AF4271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4271; }

 p { color: rgb(175,66,113); }

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

background-color css

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

 a { background-color: rgb(175,66,113); }

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

border-color css

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

 span { border-color: rgb(175,66,113); }

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