Html Css Color HEX #AF0268 Jazzberry Jam

📋 copy color: '#AF0268'

red 175 ◦ green 2 ◦ blue 104

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

Shades of Jazzberry Jam #AF0268

Tints of Jazzberry Jam #AF0268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.01%

R = 62.28%
G = 0.71%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF0268 (or 0xAF0268) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 68. RGB value is (175,2,104). Sum of RGB (Red+Green+Blue) = 175+2+104=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0268 is #50FD97. Grayscale: #414141. Windows color (decimal): -5307800 or 6816431. OLE color: 6816431.

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

Color convert

RGB 175 2 104 -
CMYK 0 0.99 0.41 0.31
HSL 324.62º 0.98% 0.35% -
HSV(B) 324.62º 0.99% 0.69% -
XYZ 20.2 10.16 13.99 -
YUV 65.36 149.81 206.21 -
System Red Green Blue C M Y K H S L
Decimal 175 2 104 0 0.99 0.41 0.31 324.62 0.98 0.35
Hex AF 2 68 0 63 29 1F 145 62 23
Octal 257 2 150 0 143 51 37 505 142 43
Binary 10101111 10 1101000 0 1100011 101001 11111 101000101 1100010 100011

Color Harmonies of #AF0268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0268

Black with #AF0268

Text Example


Text Example

White with #AF0268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0268; }

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

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

background-color css

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

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

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

border-color css

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

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

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