Html Css Color HEX #AF0069 Jazzberry Jam

📋 copy color: '#AF0069'

red 175 ◦ green 0 ◦ blue 105

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

Shades of Jazzberry Jam #AF0069

Tints of Jazzberry Jam #AF0069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 105 (41.41% from 255) = 37.5%

R = 62.5%
G = 0%
B = 37.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF0069 (or 0xAF0069) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 69. RGB value is (175,0,105). Sum of RGB (Red+Green+Blue) = 175+0+105=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0069 is #50FF96. Grayscale: #404040. Windows color (decimal): -5308311 or 6881455. OLE color: 6881455.

HSL color Cylindrical-coordinate representation of color #AF0069: hue angle of 324º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0069 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 105 -
CMYK 0 1 0.40 0.31
HSL 324º 1% 0.34% -
HSV(B) 324º 1% 0.69% -
XYZ 20.23 10.13 14.25 -
YUV 64.3 150.98 206.96 -
System Red Green Blue C M Y K H S L
Decimal 175 0 105 0 1 0.40 0.31 324 1 0.34
Hex AF 0 69 0 64 28 1F 144 64 22
Octal 257 0 151 0 144 50 37 504 144 42
Binary 10101111 0 1101001 0 1100100 101000 11111 101000100 1100100 100010

Color Harmonies of #AF0069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0069

Black with #AF0069

Text Example


Text Example

White with #AF0069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0069; }

 p { color: rgb(175,0,105); }

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

background-color css

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

 a { background-color: rgb(175,0,105); }

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

border-color css

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

 span { border-color: rgb(175,0,105); }

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