Html Css Color HEX #AF0266 Jazzberry Jam

📋 copy color: '#AF0266'

red 175 ◦ green 2 ◦ blue 102

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

Shades of Jazzberry Jam #AF0266

Tints of Jazzberry Jam #AF0266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.56%

R = 62.72%
G = 0.72%
B = 36.56%

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

#AF0266 (or 0xAF0266) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 66. RGB value is (175,2,102). Sum of RGB (Red+Green+Blue) = 175+2+102=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0266 is #50FD99. Grayscale: #404040. Windows color (decimal): -5307802 or 6685359. OLE color: 6685359.

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

Color convert

RGB 175 2 102 -
CMYK 0 0.99 0.42 0.31
HSL 325.32º 0.98% 0.35% -
HSV(B) 325.32º 0.99% 0.69% -
XYZ 20.1 10.12 13.46 -
YUV 65.13 148.81 206.37 -
System Red Green Blue C M Y K H S L
Decimal 175 2 102 0 0.99 0.42 0.31 325.32 0.98 0.35
Hex AF 2 66 0 63 2A 1F 145 62 23
Octal 257 2 146 0 143 52 37 505 142 43
Binary 10101111 10 1100110 0 1100011 101010 11111 101000101 1100010 100011

Color Harmonies of #AF0266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0266

Black with #AF0266

Text Example


Text Example

White with #AF0266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0266; }

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

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

background-color css

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

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

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

border-color css

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

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

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