Html Css Color HEX #AF1A5A Jazzberry Jam

📋 copy color: '#AF1A5A'

red 175 ◦ green 26 ◦ blue 90

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

Shades of Jazzberry Jam #AF1A5A

Tints of Jazzberry Jam #AF1A5A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.93%

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

R = 60.14%
G = 8.93%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF1A5A (or 0xAF1A5A) is known color: Jazzberry Jam. HEX triplet: AF, 1A and 5A. RGB value is (175,26,90). Sum of RGB (Red+Green+Blue) = 175+26+90=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A5A is #50E5A5. Grayscale: #4D4D4D. Windows color (decimal): -5301670 or 5905071. OLE color: 5905071.

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

Color convert

RGB 175 26 90 -
CMYK 0 0.85 0.49 0.31
HSL 334.23º 0.74% 0.39% -
HSV(B) 334.23º 0.85% 0.69% -
XYZ 19.89 10.59 10.67 -
YUV 77.85 134.86 197.3 -
System Red Green Blue C M Y K H S L
Decimal 175 26 90 0 0.85 0.49 0.31 334.23 0.74 0.39
Hex AF 1A 5A 0 55 31 1F 14E 4A 27
Octal 257 32 132 0 125 61 37 516 112 47
Binary 10101111 11010 1011010 0 1010101 110001 11111 101001110 1001010 100111

Color Harmonies of #AF1A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A5A

Black with #AF1A5A

Text Example


Text Example

White with #AF1A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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