Html Css Color HEX #AF415D Hippie Pink

📋 copy color: '#AF415D'

red 175 ◦ green 65 ◦ blue 93

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

Shades of Hippie Pink #AF415D

Tints of Hippie Pink #AF415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 52.55%
G = 19.52%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF415D (or 0xAF415D) is known color: Hippie Pink. HEX triplet: AF, 41 and 5D. RGB value is (175,65,93). Sum of RGB (Red+Green+Blue) = 175+65+93=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF415D is #50BEA2. Grayscale: #656565. Windows color (decimal): -5291683 or 6111663. OLE color: 6111663.

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

Color convert

RGB 175 65 93 -
CMYK 0 0.63 0.47 0.31
HSL 344.73º 0.46% 0.47% -
HSV(B) 344.73º 0.63% 0.69% -
XYZ 21.55 13.68 11.86 -
YUV 101.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 175 65 93 0 0.63 0.47 0.31 344.73 0.46 0.47
Hex AF 41 5D 0 3F 2F 1F 159 2E 2F
Octal 257 101 135 0 77 57 37 531 56 57
Binary 10101111 1000001 1011101 0 111111 101111 11111 101011001 101110 101111

Color Harmonies of #AF415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF415D

Black with #AF415D

Text Example


Text Example

White with #AF415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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