Html Css Color HEX #AE006C Jazzberry Jam

📋 copy color: '#AE006C'

red 174 ◦ green 0 ◦ blue 108

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

Shades of Jazzberry Jam #AE006C

Tints of Jazzberry Jam #AE006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 61.7%
G = 0%
B = 38.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE006C (or 0xAE006C) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 6C. RGB value is (174,0,108). Sum of RGB (Red+Green+Blue) = 174+0+108=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE006C is #51FF93. Grayscale: #404040. Windows color (decimal): -5373844 or 7078062. OLE color: 7078062.

HSL color Cylindrical-coordinate representation of color #AE006C: hue angle of 322.76º 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 #AE006C is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 0 108 -
CMYK 0 1 0.38 0.32
HSL 322.76º 1% 0.34% -
HSV(B) 322.76º 1% 0.68% -
XYZ 20.16 10.08 15.07 -
YUV 64.34 152.65 206.22 -
System Red Green Blue C M Y K H S L
Decimal 174 0 108 0 1 0.38 0.32 322.76 1 0.34
Hex AE 0 6C 0 64 26 20 143 64 22
Octal 256 0 154 0 144 46 40 503 144 42
Binary 10101110 0 1101100 0 1100100 100110 100000 101000011 1100100 100010

Color Harmonies of #AE006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE006C

Black with #AE006C

Text Example


Text Example

White with #AE006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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