Html Css Color HEX #AF0262 Jazzberry Jam

📋 copy color: '#AF0262'

red 175 ◦ green 2 ◦ blue 98

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

Shades of Jazzberry Jam #AF0262

Tints of Jazzberry Jam #AF0262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.64%

R = 63.64%
G = 0.73%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF0262 (or 0xAF0262) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 62. RGB value is (175,2,98). Sum of RGB (Red+Green+Blue) = 175+2+98=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0262 is #50FD9D. Grayscale: #404040. Windows color (decimal): -5307806 or 6423215. OLE color: 6423215.

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

Color convert

RGB 175 2 98 -
CMYK 0 0.99 0.44 0.31
HSL 326.71º 0.98% 0.35% -
HSV(B) 326.71º 0.99% 0.69% -
XYZ 19.91 10.04 12.44 -
YUV 64.67 146.81 206.69 -
System Red Green Blue C M Y K H S L
Decimal 175 2 98 0 0.99 0.44 0.31 326.71 0.98 0.35
Hex AF 2 62 0 63 2C 1F 147 62 23
Octal 257 2 142 0 143 54 37 507 142 43
Binary 10101111 10 1100010 0 1100011 101100 11111 101000111 1100010 100011

Color Harmonies of #AF0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0262

Black with #AF0262

Text Example


Text Example

White with #AF0262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0262; }

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

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

background-color css

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

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

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

border-color css

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

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

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