Html Css Color HEX #AF2E67 Rouge

📋 copy color: '#AF2E67'

red 175 ◦ green 46 ◦ blue 103

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

Shades of Rouge #AF2E67

Tints of Rouge #AF2E67

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.2%

 BLUE value IS 103 (40.63% from 255) = 31.79%

R = 54.01%
G = 14.2%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF2E67 (or 0xAF2E67) is known color: Rouge. HEX triplet: AF, 2E and 67. RGB value is (175,46,103). Sum of RGB (Red+Green+Blue) = 175+46+103=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2E67 is #50D198. Grayscale: #5A5A5A. Windows color (decimal): -5296537 or 6762159. OLE color: 6762159.

HSL color Cylindrical-coordinate representation of color #AF2E67: hue angle of 333.49º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2E67 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 46 103 -
CMYK 0 0.74 0.41 0.31
HSL 333.49º 0.58% 0.43% -
HSV(B) 333.49º 0.74% 0.69% -
XYZ 21.1 12.05 14.04 -
YUV 91.07 134.74 187.87 -
System Red Green Blue C M Y K H S L
Decimal 175 46 103 0 0.74 0.41 0.31 333.49 0.58 0.43
Hex AF 2E 67 0 4A 29 1F 14D 3A 2B
Octal 257 56 147 0 112 51 37 515 72 53
Binary 10101111 101110 1100111 0 1001010 101001 11111 101001101 111010 101011

Color Harmonies of #AF2E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2E67

Black with #AF2E67

Text Example


Text Example

White with #AF2E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2E67; }

 p { color: rgb(175,46,103); }

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

background-color css

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

 a { background-color: rgb(175,46,103); }

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

border-color css

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

 span { border-color: rgb(175,46,103); }

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