Html Css Color HEX #A33D6A Rouge

📋 copy color: '#A33D6A'

red 163 ◦ green 61 ◦ blue 106

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

Shades of Rouge #A33D6A

Tints of Rouge #A33D6A

RGB

 RED value IS 163 (64.06% from 255) = 49.39%

 GREEN value IS 61 (24.22% from 255) = 18.48%

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 49.39%
G = 18.48%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A33D6A (or 0xA33D6A) is known color: Rouge. HEX triplet: A3, 3D and 6A. RGB value is (163,61,106). Sum of RGB (Red+Green+Blue) = 163+61+106=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33D6A is #5CC295. Grayscale: #606060. Windows color (decimal): -6079126 or 6962595. OLE color: 6962595.

HSL color Cylindrical-coordinate representation of color #A33D6A: hue angle of 333.53º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33D6A is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 61 106 -
CMYK 0 0.63 0.35 0.36
HSL 333.53º 0.46% 0.44% -
HSV(B) 333.53º 0.63% 0.64% -
XYZ 19.37 12.16 14.96 -
YUV 96.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 163 61 106 0 0.63 0.35 0.36 333.53 0.46 0.44
Hex A3 3D 6A 0 3F 23 24 14E 2E 2C
Octal 243 75 152 0 77 43 44 516 56 54
Binary 10100011 111101 1101010 0 111111 100011 100100 101001110 101110 101100

Color Harmonies of #A33D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D6A

Black with #A33D6A

Text Example


Text Example

White with #A33D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D6A; }

 p { color: rgb(163,61,106); }

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

background-color css

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

 a { background-color: rgb(163,61,106); }

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

border-color css

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

 span { border-color: rgb(163,61,106); }

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