Html Css Color HEX #AE0167 Jazzberry Jam

📋 copy color: '#AE0167'

red 174 ◦ green 1 ◦ blue 103

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

Shades of Jazzberry Jam #AE0167

Tints of Jazzberry Jam #AE0167

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 62.59%
G = 0.36%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE0167 (or 0xAE0167) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 67. RGB value is (174,1,103). Sum of RGB (Red+Green+Blue) = 174+1+103=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0167 is #51FE98. Grayscale: #404040. Windows color (decimal): -5373593 or 6750638. OLE color: 6750638.

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

Color convert

RGB 174 1 103 -
CMYK 0 0.99 0.41 0.32
HSL 324.62º 0.99% 0.34% -
HSV(B) 324.62º 0.99% 0.68% -
XYZ 19.91 10 13.71 -
YUV 64.36 149.81 206.21 -
System Red Green Blue C M Y K H S L
Decimal 174 1 103 0 0.99 0.41 0.32 324.62 0.99 0.34
Hex AE 1 67 0 63 29 20 145 63 22
Octal 256 1 147 0 143 51 40 505 143 42
Binary 10101110 1 1100111 0 1100011 101001 100000 101000101 1100011 100010

Color Harmonies of #AE0167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0167

Black with #AE0167

Text Example


Text Example

White with #AE0167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0167; }

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

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

background-color css

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

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

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

border-color css

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

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

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