Html Css Color HEX #AF035A Jazzberry Jam

📋 copy color: '#AF035A'

red 175 ◦ green 3 ◦ blue 90

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

Shades of Jazzberry Jam #AF035A

Tints of Jazzberry Jam #AF035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 65.3%
G = 1.12%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF035A (or 0xAF035A) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 5A. RGB value is (175,3,90). Sum of RGB (Red+Green+Blue) = 175+3+90=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF035A is #50FCA5. Grayscale: #404040. Windows color (decimal): -5307558 or 5899183. OLE color: 5899183.

HSL color Cylindrical-coordinate representation of color #AF035A: hue angle of 329.65º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF035A is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 3 90 -
CMYK 0 0.98 0.49 0.31
HSL 329.65º 0.97% 0.35% -
HSV(B) 329.65º 0.98% 0.69% -
XYZ 19.56 9.92 10.56 -
YUV 64.35 142.48 206.93 -
System Red Green Blue C M Y K H S L
Decimal 175 3 90 0 0.98 0.49 0.31 329.65 0.97 0.35
Hex AF 3 5A 0 62 31 1F 14A 61 23
Octal 257 3 132 0 142 61 37 512 141 43
Binary 10101111 11 1011010 0 1100010 110001 11111 101001010 1100001 100011

Color Harmonies of #AF035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF035A

Black with #AF035A

Text Example


Text Example

White with #AF035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF035A; }

 p { color: rgb(175,3,90); }

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

background-color css

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

 a { background-color: rgb(175,3,90); }

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

border-color css

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

 span { border-color: rgb(175,3,90); }

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