Html Css Color HEX #A2335F Rouge

📋 copy color: '#A2335F'

red 162 ◦ green 51 ◦ blue 95

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

Shades of Rouge #A2335F

Tints of Rouge #A2335F

RGB

 RED value IS 162 (63.67% from 255) = 52.6%

 GREEN value IS 51 (20.31% from 255) = 16.56%

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 52.6%
G = 16.56%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A2335F (or 0xA2335F) is known color: Rouge. HEX triplet: A2, 33 and 5F. RGB value is (162,51,95). Sum of RGB (Red+Green+Blue) = 162+51+95=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2335F is #5DCCA0. Grayscale: #595959. Windows color (decimal): -6147233 or 6239138. OLE color: 6239138.

HSL color Cylindrical-coordinate representation of color #A2335F: hue angle of 336.22º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2335F is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 51 95 -
CMYK 0 0.69 0.41 0.36
HSL 336.22º 0.52% 0.42% -
HSV(B) 336.22º 0.69% 0.64% -
XYZ 18.15 10.88 11.97 -
YUV 89.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 162 51 95 0 0.69 0.41 0.36 336.22 0.52 0.42
Hex A2 33 5F 0 45 29 24 150 34 2A
Octal 242 63 137 0 105 51 44 520 64 52
Binary 10100010 110011 1011111 0 1000101 101001 100100 101010000 110100 101010

Color Harmonies of #A2335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2335F

Black with #A2335F

Text Example


Text Example

White with #A2335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2335F; }

 p { color: rgb(162,51,95); }

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

background-color css

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

 a { background-color: rgb(162,51,95); }

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

border-color css

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

 span { border-color: rgb(162,51,95); }

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