Html Css Color HEX #AF4175 Royal Heath

📋 copy color: '#AF4175'

red 175 ◦ green 65 ◦ blue 117

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

Shades of Royal Heath #AF4175

Tints of Royal Heath #AF4175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.21%

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

R = 49.02%
G = 18.21%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF4175 (or 0xAF4175) is known color: Royal Heath. HEX triplet: AF, 41 and 75. RGB value is (175,65,117). Sum of RGB (Red+Green+Blue) = 175+65+117=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4175 is #50BE8A. Grayscale: #676767. Windows color (decimal): -5291659 or 7684527. OLE color: 7684527.

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

Color convert

RGB 175 65 117 -
CMYK 0 0.63 0.33 0.31
HSL 331.64º 0.46% 0.47% -
HSV(B) 331.64º 0.63% 0.69% -
XYZ 22.78 14.18 18.37 -
YUV 103.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 175 65 117 0 0.63 0.33 0.31 331.64 0.46 0.47
Hex AF 41 75 0 3F 21 1F 14C 2E 2F
Octal 257 101 165 0 77 41 37 514 56 57
Binary 10101111 1000001 1110101 0 111111 100001 11111 101001100 101110 101111

Color Harmonies of #AF4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4175

Black with #AF4175

Text Example


Text Example

White with #AF4175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4175; }

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

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

background-color css

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

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

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

border-color css

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

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

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