Html Css Color HEX #AF026C Jazzberry Jam

📋 copy color: '#AF026C'

red 175 ◦ green 2 ◦ blue 108

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

Shades of Jazzberry Jam #AF026C

Tints of Jazzberry Jam #AF026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.89%

R = 61.4%
G = 0.7%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF026C (or 0xAF026C) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 6C. RGB value is (175,2,108). Sum of RGB (Red+Green+Blue) = 175+2+108=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF026C is #50FD93. Grayscale: #414141. Windows color (decimal): -5307796 or 7078575. OLE color: 7078575.

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

Color convert

RGB 175 2 108 -
CMYK 0 0.99 0.38 0.31
HSL 323.24º 0.98% 0.35% -
HSV(B) 323.24º 0.99% 0.69% -
XYZ 20.41 10.24 15.09 -
YUV 65.81 151.81 205.88 -
System Red Green Blue C M Y K H S L
Decimal 175 2 108 0 0.99 0.38 0.31 323.24 0.98 0.35
Hex AF 2 6C 0 63 26 1F 143 62 23
Octal 257 2 154 0 143 46 37 503 142 43
Binary 10101111 10 1101100 0 1100011 100110 11111 101000011 1100010 100011

Color Harmonies of #AF026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF026C

Black with #AF026C

Text Example


Text Example

White with #AF026C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF026C; }

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

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

background-color css

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

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

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

border-color css

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

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

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