Html Css Color HEX #AF405A Hippie Pink

📋 copy color: '#AF405A'

red 175 ◦ green 64 ◦ blue 90

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

Shades of Hippie Pink #AF405A

Tints of Hippie Pink #AF405A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.45%

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 53.19%
G = 19.45%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF405A (or 0xAF405A) is known color: Hippie Pink. HEX triplet: AF, 40 and 5A. RGB value is (175,64,90). Sum of RGB (Red+Green+Blue) = 175+64+90=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF405A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF405A is #50BFA5. Grayscale: #646464. Windows color (decimal): -5291942 or 5914799. OLE color: 5914799.

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

Color convert

RGB 175 64 90 -
CMYK 0 0.63 0.49 0.31
HSL 345.95º 0.46% 0.47% -
HSV(B) 345.95º 0.63% 0.69% -
XYZ 21.36 13.52 11.16 -
YUV 100.15 122.27 181.39 -
System Red Green Blue C M Y K H S L
Decimal 175 64 90 0 0.63 0.49 0.31 345.95 0.46 0.47
Hex AF 40 5A 0 3F 31 1F 15A 2E 2F
Octal 257 100 132 0 77 61 37 532 56 57
Binary 10101111 1000000 1011010 0 111111 110001 11111 101011010 101110 101111

Color Harmonies of #AF405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF405A

Black with #AF405A

Text Example


Text Example

White with #AF405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF405A; }

 p { color: rgb(175,64,90); }

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

background-color css

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

 a { background-color: rgb(175,64,90); }

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

border-color css

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

 span { border-color: rgb(175,64,90); }

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