Html Css Color HEX #AE1067 Jazzberry Jam

📋 copy color: '#AE1067'

red 174 ◦ green 16 ◦ blue 103

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

Shades of Jazzberry Jam #AE1067

Tints of Jazzberry Jam #AE1067

RGB

 RED value IS 174 (68.36% from 255) = 59.39%

 GREEN value IS 16 (6.64% from 255) = 5.46%

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

R = 59.39%
G = 5.46%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE1067 (or 0xAE1067) is known color: Jazzberry Jam. HEX triplet: AE, 10 and 67. RGB value is (174,16,103). Sum of RGB (Red+Green+Blue) = 174+16+103=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1067 is #51EF98. Grayscale: #484848. Windows color (decimal): -5369753 or 6754478. OLE color: 6754478.

HSL color Cylindrical-coordinate representation of color #AE1067: hue angle of 326.96º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE1067 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 16 103 -
CMYK 0 0.91 0.41 0.32
HSL 326.96º 0.83% 0.37% -
HSV(B) 326.96º 0.91% 0.68% -
XYZ 20.09 10.35 13.77 -
YUV 73.16 144.85 199.93 -
System Red Green Blue C M Y K H S L
Decimal 174 16 103 0 0.91 0.41 0.32 326.96 0.83 0.37
Hex AE 10 67 0 5B 29 20 147 53 25
Octal 256 20 147 0 133 51 40 507 123 45
Binary 10101110 10000 1100111 0 1011011 101001 100000 101000111 1010011 100101

Color Harmonies of #AE1067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1067

Black with #AE1067

Text Example


Text Example

White with #AE1067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1067; }

 p { color: rgb(174,16,103); }

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

background-color css

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

 a { background-color: rgb(174,16,103); }

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

border-color css

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

 span { border-color: rgb(174,16,103); }

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