Html Css Color HEX #AE0467 Jazzberry Jam

📋 copy color: '#AE0467'

red 174 ◦ green 4 ◦ blue 103

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

Shades of Jazzberry Jam #AE0467

Tints of Jazzberry Jam #AE0467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

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

R = 61.92%
G = 1.42%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE0467 (or 0xAE0467) is known color: Jazzberry Jam. HEX triplet: AE, 04 and 67. RGB value is (174,4,103). Sum of RGB (Red+Green+Blue) = 174+4+103=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0467 is #51FB98. Grayscale: #414141. Windows color (decimal): -5372825 or 6751406. OLE color: 6751406.

HSL color Cylindrical-coordinate representation of color #AE0467: hue angle of 325.06º degrees, saturation: 0.96, 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 #AE0467 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 4 103 -
CMYK 0 0.98 0.41 0.32
HSL 325.06º 0.96% 0.35% -
HSV(B) 325.06º 0.98% 0.68% -
XYZ 19.95 10.06 13.72 -
YUV 66.12 148.82 204.95 -
System Red Green Blue C M Y K H S L
Decimal 174 4 103 0 0.98 0.41 0.32 325.06 0.96 0.35
Hex AE 4 67 0 62 29 20 145 60 23
Octal 256 4 147 0 142 51 40 505 140 43
Binary 10101110 100 1100111 0 1100010 101001 100000 101000101 1100000 100011

Color Harmonies of #AE0467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0467

Black with #AE0467

Text Example


Text Example

White with #AE0467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0467; }

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

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

background-color css

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

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

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

border-color css

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

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

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