Html Css Color HEX #AF236D Jazzberry Jam

📋 copy color: '#AF236D'

red 175 ◦ green 35 ◦ blue 109

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

Shades of Jazzberry Jam #AF236D

Tints of Jazzberry Jam #AF236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.97%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 54.86%
G = 10.97%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF236D (or 0xAF236D) is known color: Jazzberry Jam. HEX triplet: AF, 23 and 6D. RGB value is (175,35,109). Sum of RGB (Red+Green+Blue) = 175+35+109=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF236D is #50DC92. Grayscale: #555555. Windows color (decimal): -5299347 or 7152559. OLE color: 7152559.

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

Color convert

RGB 175 35 109 -
CMYK 0 0.8 0.38 0.31
HSL 328.29º 0.67% 0.41% -
HSV(B) 328.29º 0.8% 0.69% -
XYZ 21.04 11.42 15.56 -
YUV 85.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 175 35 109 0 0.8 0.38 0.31 328.29 0.67 0.41
Hex AF 23 6D 0 50 26 1F 148 43 29
Octal 257 43 155 0 120 46 37 510 103 51
Binary 10101111 100011 1101101 0 1010000 100110 11111 101001000 1000011 101001

Color Harmonies of #AF236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF236D

Black with #AF236D

Text Example


Text Example

White with #AF236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF236D; }

 p { color: rgb(175,35,109); }

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

background-color css

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

 a { background-color: rgb(175,35,109); }

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

border-color css

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

 span { border-color: rgb(175,35,109); }

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