Html Css Color HEX #AF0769 Jazzberry Jam

📋 copy color: '#AF0769'

red 175 ◦ green 7 ◦ blue 105

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

Shades of Jazzberry Jam #AF0769

Tints of Jazzberry Jam #AF0769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.44%

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 60.98%
G = 2.44%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF0769 (or 0xAF0769) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 69. RGB value is (175,7,105). Sum of RGB (Red+Green+Blue) = 175+7+105=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0769 is #50F896. Grayscale: #444444. Windows color (decimal): -5306519 or 6883247. OLE color: 6883247.

HSL color Cylindrical-coordinate representation of color #AF0769: hue angle of 325º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0769 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 7 105 -
CMYK 0 0.96 0.40 0.31
HSL 325º 0.92% 0.36% -
HSV(B) 325º 0.96% 0.69% -
XYZ 20.3 10.29 14.28 -
YUV 68.4 148.66 204.03 -
System Red Green Blue C M Y K H S L
Decimal 175 7 105 0 0.96 0.40 0.31 325 0.92 0.36
Hex AF 7 69 0 60 28 1F 145 5C 24
Octal 257 7 151 0 140 50 37 505 134 44
Binary 10101111 111 1101001 0 1100000 101000 11111 101000101 1011100 100100

Color Harmonies of #AF0769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0769

Black with #AF0769

Text Example


Text Example

White with #AF0769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0769; }

 p { color: rgb(175,7,105); }

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

background-color css

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

 a { background-color: rgb(175,7,105); }

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

border-color css

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

 span { border-color: rgb(175,7,105); }

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