Html Css Color HEX #AF0169 Jazzberry Jam

📋 copy color: '#AF0169'

red 175 ◦ green 1 ◦ blue 105

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

Shades of Jazzberry Jam #AF0169

Tints of Jazzberry Jam #AF0169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 62.28%
G = 0.36%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF0169 (or 0xAF0169) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 69. RGB value is (175,1,105). Sum of RGB (Red+Green+Blue) = 175+1+105=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0169 is #50FE96. Grayscale: #404040. Windows color (decimal): -5308055 or 6881711. OLE color: 6881711.

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

Color convert

RGB 175 1 105 -
CMYK 0 0.99 0.40 0.31
HSL 324.14º 0.99% 0.35% -
HSV(B) 324.14º 0.99% 0.69% -
XYZ 20.24 10.16 14.26 -
YUV 64.88 150.65 206.54 -
System Red Green Blue C M Y K H S L
Decimal 175 1 105 0 0.99 0.40 0.31 324.14 0.99 0.35
Hex AF 1 69 0 63 28 1F 144 63 23
Octal 257 1 151 0 143 50 37 504 143 43
Binary 10101111 1 1101001 0 1100011 101000 11111 101000100 1100011 100011

Color Harmonies of #AF0169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0169

Black with #AF0169

Text Example


Text Example

White with #AF0169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0169; }

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

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

background-color css

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

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

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

border-color css

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

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

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