Html Css Color HEX #AE0358 Jazzberry Jam

📋 copy color: '#AE0358'

red 174 ◦ green 3 ◦ blue 88

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

Shades of Jazzberry Jam #AE0358

Tints of Jazzberry Jam #AE0358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 88 (34.77% from 255) = 33.21%

R = 65.66%
G = 1.13%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE0358 (or 0xAE0358) is known color: Jazzberry Jam. HEX triplet: AE, 03 and 58. RGB value is (174,3,88). Sum of RGB (Red+Green+Blue) = 174+3+88=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0358 is #51FCA7. Grayscale: #3F3F3F. Windows color (decimal): -5373096 or 5768110. OLE color: 5768110.

HSL color Cylindrical-coordinate representation of color #AE0358: hue angle of 330.18º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0358 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 3 88 -
CMYK 0 0.98 0.49 0.32
HSL 330.18º 0.97% 0.35% -
HSV(B) 330.18º 0.98% 0.68% -
XYZ 19.25 9.77 10.1 -
YUV 63.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 174 3 88 0 0.98 0.49 0.32 330.18 0.97 0.35
Hex AE 3 58 0 62 31 20 14A 61 23
Octal 256 3 130 0 142 61 40 512 141 43
Binary 10101110 11 1011000 0 1100010 110001 100000 101001010 1100001 100011

Color Harmonies of #AE0358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0358

Black with #AE0358

Text Example


Text Example

White with #AE0358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0358; }

 p { color: rgb(174,3,88); }

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

background-color css

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

 a { background-color: rgb(174,3,88); }

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

border-color css

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

 span { border-color: rgb(174,3,88); }

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