Html Css Color HEX #AF256A Jazzberry Jam

📋 copy color: '#AF256A'

red 175 ◦ green 37 ◦ blue 106

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

Shades of Jazzberry Jam #AF256A

Tints of Jazzberry Jam #AF256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.64%

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

R = 55.03%
G = 11.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF256A (or 0xAF256A) is known color: Jazzberry Jam. HEX triplet: AF, 25 and 6A. RGB value is (175,37,106). Sum of RGB (Red+Green+Blue) = 175+37+106=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF256A is #50DA95. Grayscale: #555555. Windows color (decimal): -5298838 or 6956463. OLE color: 6956463.

HSL color Cylindrical-coordinate representation of color #AF256A: hue angle of 330º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF256A is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 37 106 -
CMYK 0 0.79 0.39 0.31
HSL 330º 0.65% 0.42% -
HSV(B) 330º 0.79% 0.69% -
XYZ 20.94 11.48 14.75 -
YUV 86.13 139.22 191.39 -
System Red Green Blue C M Y K H S L
Decimal 175 37 106 0 0.79 0.39 0.31 330 0.65 0.42
Hex AF 25 6A 0 4F 27 1F 14A 41 2A
Octal 257 45 152 0 117 47 37 512 101 52
Binary 10101111 100101 1101010 0 1001111 100111 11111 101001010 1000001 101010

Color Harmonies of #AF256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF256A

Black with #AF256A

Text Example


Text Example

White with #AF256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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