Html Css Color HEX #AF105A Jazzberry Jam

📋 copy color: '#AF105A'

red 175 ◦ green 16 ◦ blue 90

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

Shades of Jazzberry Jam #AF105A

Tints of Jazzberry Jam #AF105A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

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

R = 62.28%
G = 5.69%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF105A (or 0xAF105A) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 5A. RGB value is (175,16,90). Sum of RGB (Red+Green+Blue) = 175+16+90=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF105A is #50EFA5. Grayscale: #474747. Windows color (decimal): -5304230 or 5902511. OLE color: 5902511.

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

Color convert

RGB 175 16 90 -
CMYK 0 0.91 0.49 0.31
HSL 332.08º 0.83% 0.37% -
HSV(B) 332.08º 0.91% 0.69% -
XYZ 19.71 10.22 10.61 -
YUV 71.98 138.18 201.48 -
System Red Green Blue C M Y K H S L
Decimal 175 16 90 0 0.91 0.49 0.31 332.08 0.83 0.37
Hex AF 10 5A 0 5B 31 1F 14C 53 25
Octal 257 20 132 0 133 61 37 514 123 45
Binary 10101111 10000 1011010 0 1011011 110001 11111 101001100 1010011 100101

Color Harmonies of #AF105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF105A

Black with #AF105A

Text Example


Text Example

White with #AF105A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF105A; }

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

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

background-color css

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

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

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

border-color css

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

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

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