Html Css Color HEX #AF0265 Jazzberry Jam

📋 copy color: '#AF0265'

red 175 ◦ green 2 ◦ blue 101

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

Shades of Jazzberry Jam #AF0265

Tints of Jazzberry Jam #AF0265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.33%

R = 62.95%
G = 0.72%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF0265 (or 0xAF0265) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 65. RGB value is (175,2,101). Sum of RGB (Red+Green+Blue) = 175+2+101=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0265 is #50FD9A. Grayscale: #404040. Windows color (decimal): -5307803 or 6619823. OLE color: 6619823.

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

Color convert

RGB 175 2 101 -
CMYK 0 0.99 0.42 0.31
HSL 325.66º 0.98% 0.35% -
HSV(B) 325.66º 0.99% 0.69% -
XYZ 20.05 10.1 13.2 -
YUV 65.01 148.31 206.45 -
System Red Green Blue C M Y K H S L
Decimal 175 2 101 0 0.99 0.42 0.31 325.66 0.98 0.35
Hex AF 2 65 0 63 2A 1F 146 62 23
Octal 257 2 145 0 143 52 37 506 142 43
Binary 10101111 10 1100101 0 1100011 101010 11111 101000110 1100010 100011

Color Harmonies of #AF0265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0265

Black with #AF0265

Text Example


Text Example

White with #AF0265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0265; }

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

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

background-color css

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

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

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

border-color css

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

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

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