Html Css Color HEX #AF236A Jazzberry Jam

📋 copy color: '#AF236A'

red 175 ◦ green 35 ◦ blue 106

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

Shades of Jazzberry Jam #AF236A

Tints of Jazzberry Jam #AF236A

RGB

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

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

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

R = 55.38%
G = 11.08%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF236A (or 0xAF236A) is known color: Jazzberry Jam. HEX triplet: AF, 23 and 6A. RGB value is (175,35,106). Sum of RGB (Red+Green+Blue) = 175+35+106=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF236A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF236A is #50DC95. Grayscale: #545454. Windows color (decimal): -5299350 or 6955951. OLE color: 6955951.

HSL color Cylindrical-coordinate representation of color #AF236A: hue angle of 329.57º 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 #AF236A is Cyan = 0, Magento = 0.8, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 106 -
CMYK 0 0.8 0.39 0.31
HSL 329.57º 0.67% 0.41% -
HSV(B) 329.57º 0.8% 0.69% -
XYZ 20.88 11.36 14.73 -
YUV 84.95 139.88 192.23 -
System Red Green Blue C M Y K H S L
Decimal 175 35 106 0 0.8 0.39 0.31 329.57 0.67 0.41
Hex AF 23 6A 0 50 27 1F 14A 43 29
Octal 257 43 152 0 120 47 37 512 103 51
Binary 10101111 100011 1101010 0 1010000 100111 11111 101001010 1000011 101001

Color Harmonies of #AF236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF236A

Black with #AF236A

Text Example


Text Example

White with #AF236A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF236A; }

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

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

background-color css

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

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

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

border-color css

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

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

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