Html Css Color HEX #AF4375 Royal Heath

📋 copy color: '#AF4375'

red 175 ◦ green 67 ◦ blue 117

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

Shades of Royal Heath #AF4375

Tints of Royal Heath #AF4375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 48.75%
G = 18.66%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF4375 (or 0xAF4375) is known color: Royal Heath. HEX triplet: AF, 43 and 75. RGB value is (175,67,117). Sum of RGB (Red+Green+Blue) = 175+67+117=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4375 is #50BC8A. Grayscale: #686868. Windows color (decimal): -5291147 or 7685039. OLE color: 7685039.

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

Color convert

RGB 175 67 117 -
CMYK 0 0.62 0.33 0.31
HSL 332.22º 0.45% 0.47% -
HSV(B) 332.22º 0.62% 0.69% -
XYZ 22.9 14.41 18.4 -
YUV 104.99 134.78 177.93 -
System Red Green Blue C M Y K H S L
Decimal 175 67 117 0 0.62 0.33 0.31 332.22 0.45 0.47
Hex AF 43 75 0 3E 21 1F 14C 2D 2F
Octal 257 103 165 0 76 41 37 514 55 57
Binary 10101111 1000011 1110101 0 111110 100001 11111 101001100 101101 101111

Color Harmonies of #AF4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4375

Black with #AF4375

Text Example


Text Example

White with #AF4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4375; }

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

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

background-color css

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

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

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

border-color css

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

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

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