Html Css Color HEX #AE006D Jazzberry Jam

📋 copy color: '#AE006D'

red 174 ◦ green 0 ◦ blue 109

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

Shades of Jazzberry Jam #AE006D

Tints of Jazzberry Jam #AE006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 38.52%

R = 61.48%
G = 0%
B = 38.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE006D (or 0xAE006D) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 6D. RGB value is (174,0,109). Sum of RGB (Red+Green+Blue) = 174+0+109=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE006D is #51FF92. Grayscale: #404040. Windows color (decimal): -5373843 or 7143598. OLE color: 7143598.

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

Color convert

RGB 174 0 109 -
CMYK 0 1 0.37 0.32
HSL 322.41º 1% 0.34% -
HSV(B) 322.41º 1% 0.68% -
XYZ 20.22 10.1 15.35 -
YUV 64.45 153.15 206.14 -
System Red Green Blue C M Y K H S L
Decimal 174 0 109 0 1 0.37 0.32 322.41 1 0.34
Hex AE 0 6D 0 64 25 20 142 64 22
Octal 256 0 155 0 144 45 40 502 144 42
Binary 10101110 0 1101101 0 1100100 100101 100000 101000010 1100100 100010

Color Harmonies of #AE006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE006D

Black with #AE006D

Text Example


Text Example

White with #AE006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE006D; }

 p { color: rgb(174,0,109); }

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

background-color css

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

 a { background-color: rgb(174,0,109); }

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

border-color css

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

 span { border-color: rgb(174,0,109); }

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