Html Css Color HEX #AF0867 Jazzberry Jam

📋 copy color: '#AF0867'

red 175 ◦ green 8 ◦ blue 103

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

Shades of Jazzberry Jam #AF0867

Tints of Jazzberry Jam #AF0867

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

 BLUE value IS 103 (40.63% from 255) = 36.01%

R = 61.19%
G = 2.8%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF0867 (or 0xAF0867) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 67. RGB value is (175,8,103). Sum of RGB (Red+Green+Blue) = 175+8+103=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0867 is #50F798. Grayscale: #444444. Windows color (decimal): -5306265 or 6752431. OLE color: 6752431.

HSL color Cylindrical-coordinate representation of color #AF0867: hue angle of 325.87º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0867 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 8 103 -
CMYK 0 0.95 0.41 0.31
HSL 325.87º 0.91% 0.36% -
HSV(B) 325.87º 0.95% 0.69% -
XYZ 20.21 10.27 13.75 -
YUV 68.76 147.33 203.78 -
System Red Green Blue C M Y K H S L
Decimal 175 8 103 0 0.95 0.41 0.31 325.87 0.91 0.36
Hex AF 8 67 0 5F 29 1F 146 5B 24
Octal 257 10 147 0 137 51 37 506 133 44
Binary 10101111 1000 1100111 0 1011111 101001 11111 101000110 1011011 100100

Color Harmonies of #AF0867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0867

Black with #AF0867

Text Example


Text Example

White with #AF0867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0867; }

 p { color: rgb(175,8,103); }

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

background-color css

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

 a { background-color: rgb(175,8,103); }

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

border-color css

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

 span { border-color: rgb(175,8,103); }

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