Html Css Color HEX #AF026A Jazzberry Jam

📋 copy color: '#AF026A'

red 175 ◦ green 2 ◦ blue 106

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

Shades of Jazzberry Jam #AF026A

Tints of Jazzberry Jam #AF026A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.46%

R = 61.84%
G = 0.71%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF026A (or 0xAF026A) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 6A. RGB value is (175,2,106). Sum of RGB (Red+Green+Blue) = 175+2+106=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF026A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF026A is #50FD95. Grayscale: #414141. Windows color (decimal): -5307798 or 6947503. OLE color: 6947503.

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

Color convert

RGB 175 2 106 -
CMYK 0 0.99 0.39 0.31
HSL 323.93º 0.98% 0.35% -
HSV(B) 323.93º 0.99% 0.69% -
XYZ 20.3 10.2 14.53 -
YUV 65.58 150.81 206.04 -
System Red Green Blue C M Y K H S L
Decimal 175 2 106 0 0.99 0.39 0.31 323.93 0.98 0.35
Hex AF 2 6A 0 63 27 1F 144 62 23
Octal 257 2 152 0 143 47 37 504 142 43
Binary 10101111 10 1101010 0 1100011 100111 11111 101000100 1100010 100011

Color Harmonies of #AF026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF026A

Black with #AF026A

Text Example


Text Example

White with #AF026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF026A; }

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

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

background-color css

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

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

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

border-color css

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

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

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