Html Css Color HEX #AB395A Night Shadz

📋 copy color: '#AB395A'

red 171 ◦ green 57 ◦ blue 90

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

Shades of Night Shadz #AB395A

Tints of Night Shadz #AB395A

RGB

 RED value IS 171 (67.19% from 255) = 53.77%

 GREEN value IS 57 (22.66% from 255) = 17.92%

 BLUE value IS 90 (35.55% from 255) = 28.3%

R = 53.77%
G = 17.92%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB395A (or 0xAB395A) is known color: Night Shadz. HEX triplet: AB, 39 and 5A. RGB value is (171,57,90). Sum of RGB (Red+Green+Blue) = 171+57+90=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB395A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB395A is #54C6A5. Grayscale: #5E5E5E. Windows color (decimal): -5555878 or 5913003. OLE color: 5913003.

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

Color convert

RGB 171 57 90 -
CMYK 0 0.67 0.47 0.33
HSL 342.63º 0.5% 0.45% -
HSV(B) 342.63º 0.67% 0.67% -
XYZ 20.1 12.32 10.99 -
YUV 94.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 171 57 90 0 0.67 0.47 0.33 342.63 0.5 0.45
Hex AB 39 5A 0 43 2F 21 157 32 2D
Octal 253 71 132 0 103 57 41 527 62 55
Binary 10101011 111001 1011010 0 1000011 101111 100001 101010111 110010 101101

Color Harmonies of #AB395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB395A

Black with #AB395A

Text Example


Text Example

White with #AB395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB395A; }

 p { color: rgb(171,57,90); }

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

background-color css

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

 a { background-color: rgb(171,57,90); }

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

border-color css

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

 span { border-color: rgb(171,57,90); }

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