Html Css Color HEX #AF5381 Royal Heath

📋 copy color: '#AF5381'

red 175 ◦ green 83 ◦ blue 129

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

Shades of Royal Heath #AF5381

Tints of Royal Heath #AF5381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.45%

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 45.22%
G = 21.45%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF5381 (or 0xAF5381) is known color: Royal Heath. HEX triplet: AF, 53 and 81. RGB value is (175,83,129). Sum of RGB (Red+Green+Blue) = 175+83+129=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5381 is #50AC7E. Grayscale: #737373. Windows color (decimal): -5287039 or 8475567. OLE color: 8475567.

HSL color Cylindrical-coordinate representation of color #AF5381: hue angle of 330º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5381 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 83 129 -
CMYK 0 0.53 0.26 0.31
HSL 330º 0.37% 0.51% -
HSV(B) 330º 0.53% 0.69% -
XYZ 24.73 16.89 22.72 -
YUV 115.75 135.48 170.26 -
System Red Green Blue C M Y K H S L
Decimal 175 83 129 0 0.53 0.26 0.31 330 0.37 0.51
Hex AF 53 81 0 35 1A 1F 14A 25 33
Octal 257 123 201 0 65 32 37 512 45 63
Binary 10101111 1010011 10000001 0 110101 11010 11111 101001010 100101 110011

Color Harmonies of #AF5381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5381

Black with #AF5381

Text Example


Text Example

White with #AF5381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5381; }

 p { color: rgb(175,83,129); }

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

background-color css

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

 a { background-color: rgb(175,83,129); }

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

border-color css

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

 span { border-color: rgb(175,83,129); }

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