Html Css Color HEX #AF0269 Jazzberry Jam

📋 copy color: '#AF0269'

red 175 ◦ green 2 ◦ blue 105

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

Shades of Jazzberry Jam #AF0269

Tints of Jazzberry Jam #AF0269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 62.06%
G = 0.71%
B = 37.23%

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

#AF0269 (or 0xAF0269) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 69. RGB value is (175,2,105). Sum of RGB (Red+Green+Blue) = 175+2+105=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0269 is #50FD96. Grayscale: #414141. Windows color (decimal): -5307799 or 6881967. OLE color: 6881967.

HSL color Cylindrical-coordinate representation of color #AF0269: hue angle of 324.28º degrees, saturation: 0.98, 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 #AF0269 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 105 -
CMYK 0 0.99 0.40 0.31
HSL 324.28º 0.98% 0.35% -
HSV(B) 324.28º 0.99% 0.69% -
XYZ 20.25 10.18 14.26 -
YUV 65.47 150.31 206.12 -
System Red Green Blue C M Y K H S L
Decimal 175 2 105 0 0.99 0.40 0.31 324.28 0.98 0.35
Hex AF 2 69 0 63 28 1F 144 62 23
Octal 257 2 151 0 143 50 37 504 142 43
Binary 10101111 10 1101001 0 1100011 101000 11111 101000100 1100010 100011

Color Harmonies of #AF0269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0269

Black with #AF0269

Text Example


Text Example

White with #AF0269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0269; }

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

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

background-color css

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

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

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

border-color css

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

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

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