Html Css Color HEX #AF425C Hippie Pink

📋 copy color: '#AF425C'

red 175 ◦ green 66 ◦ blue 92

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

Shades of Hippie Pink #AF425C

Tints of Hippie Pink #AF425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 52.55%
G = 19.82%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF425C (or 0xAF425C) is known color: Hippie Pink. HEX triplet: AF, 42 and 5C. RGB value is (175,66,92). Sum of RGB (Red+Green+Blue) = 175+66+92=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF425C is #50BDA3. Grayscale: #656565. Windows color (decimal): -5291428 or 6046383. OLE color: 6046383.

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

Color convert

RGB 175 66 92 -
CMYK 0 0.62 0.47 0.31
HSL 345.69º 0.45% 0.47% -
HSV(B) 345.69º 0.62% 0.69% -
XYZ 21.56 13.78 11.65 -
YUV 101.56 122.61 180.39 -
System Red Green Blue C M Y K H S L
Decimal 175 66 92 0 0.62 0.47 0.31 345.69 0.45 0.47
Hex AF 42 5C 0 3E 2F 1F 15A 2D 2F
Octal 257 102 134 0 76 57 37 532 55 57
Binary 10101111 1000010 1011100 0 111110 101111 11111 101011010 101101 101111

Color Harmonies of #AF425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF425C

Black with #AF425C

Text Example


Text Example

White with #AF425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF425C; }

 p { color: rgb(175,66,92); }

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

background-color css

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

 a { background-color: rgb(175,66,92); }

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

border-color css

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

 span { border-color: rgb(175,66,92); }

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