Html Css Color HEX #AF384B Night Shadz

📋 copy color: '#AF384B'

red 175 ◦ green 56 ◦ blue 75

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

Shades of Night Shadz #AF384B

Tints of Night Shadz #AF384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.3%

 BLUE value IS 75 (29.69% from 255) = 24.51%

R = 57.19%
G = 18.3%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF384B (or 0xAF384B) is known color: Night Shadz. HEX triplet: AF, 38 and 4B. RGB value is (175,56,75). Sum of RGB (Red+Green+Blue) = 175+56+75=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF384B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF384B is #50C7B4. Grayscale: #5D5D5D. Windows color (decimal): -5294005 or 4929711. OLE color: 4929711.

HSL color Cylindrical-coordinate representation of color #AF384B: hue angle of 350.42º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF384B is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 56 75 -
CMYK 0 0.68 0.57 0.31
HSL 350.42º 0.52% 0.45% -
HSV(B) 350.42º 0.68% 0.69% -
XYZ 20.36 12.45 7.99 -
YUV 93.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 175 56 75 0 0.68 0.57 0.31 350.42 0.52 0.45
Hex AF 38 4B 0 44 39 1F 15E 34 2D
Octal 257 70 113 0 104 71 37 536 64 55
Binary 10101111 111000 1001011 0 1000100 111001 11111 101011110 110100 101101

Color Harmonies of #AF384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF384B

Black with #AF384B

Text Example


Text Example

White with #AF384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF384B; }

 p { color: rgb(175,56,75); }

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

background-color css

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

 a { background-color: rgb(175,56,75); }

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

border-color css

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

 span { border-color: rgb(175,56,75); }

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