Html Css Color HEX #AF425D Hippie Pink

📋 copy color: '#AF425D'

red 175 ◦ green 66 ◦ blue 93

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

Shades of Hippie Pink #AF425D

Tints of Hippie Pink #AF425D

RGB

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

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

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

R = 52.4%
G = 19.76%
B = 27.84%

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

#AF425D (or 0xAF425D) is known color: Hippie Pink. HEX triplet: AF, 42 and 5D. RGB value is (175,66,93). Sum of RGB (Red+Green+Blue) = 175+66+93=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF425D is #50BDA2. Grayscale: #656565. Windows color (decimal): -5291427 or 6111919. OLE color: 6111919.

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

Color convert

RGB 175 66 93 -
CMYK 0 0.62 0.47 0.31
HSL 345.14º 0.45% 0.47% -
HSV(B) 345.14º 0.62% 0.69% -
XYZ 21.6 13.8 11.88 -
YUV 101.67 123.11 180.3 -
System Red Green Blue C M Y K H S L
Decimal 175 66 93 0 0.62 0.47 0.31 345.14 0.45 0.47
Hex AF 42 5D 0 3E 2F 1F 159 2D 2F
Octal 257 102 135 0 76 57 37 531 55 57
Binary 10101111 1000010 1011101 0 111110 101111 11111 101011001 101101 101111

Color Harmonies of #AF425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF425D

Black with #AF425D

Text Example


Text Example

White with #AF425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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