Html Css Color HEX #AF415A Hippie Pink

📋 copy color: '#AF415A'

red 175 ◦ green 65 ◦ blue 90

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

Shades of Hippie Pink #AF415A

Tints of Hippie Pink #AF415A

RGB

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

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

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

R = 53.03%
G = 19.7%
B = 27.27%

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

#AF415A (or 0xAF415A) is known color: Hippie Pink. HEX triplet: AF, 41 and 5A. RGB value is (175,65,90). Sum of RGB (Red+Green+Blue) = 175+65+90=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF415A is #50BEA5. Grayscale: #646464. Windows color (decimal): -5291686 or 5915055. OLE color: 5915055.

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

Color convert

RGB 175 65 90 -
CMYK 0 0.63 0.49 0.31
HSL 346.36º 0.46% 0.47% -
HSV(B) 346.36º 0.63% 0.69% -
XYZ 21.41 13.63 11.18 -
YUV 100.74 121.94 180.97 -
System Red Green Blue C M Y K H S L
Decimal 175 65 90 0 0.63 0.49 0.31 346.36 0.46 0.47
Hex AF 41 5A 0 3F 31 1F 15A 2E 2F
Octal 257 101 132 0 77 61 37 532 56 57
Binary 10101111 1000001 1011010 0 111111 110001 11111 101011010 101110 101111

Color Harmonies of #AF415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF415A

Black with #AF415A

Text Example


Text Example

White with #AF415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF415A; }

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

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

background-color css

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

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

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

border-color css

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

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

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