Html Css Color HEX #AE0268 Jazzberry Jam

📋 copy color: '#AE0268'

red 174 ◦ green 2 ◦ blue 104

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

Shades of Jazzberry Jam #AE0268

Tints of Jazzberry Jam #AE0268

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 62.14%
G = 0.71%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE0268 (or 0xAE0268) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 68. RGB value is (174,2,104). Sum of RGB (Red+Green+Blue) = 174+2+104=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0268 is #51FD97. Grayscale: #404040. Windows color (decimal): -5373336 or 6816430. OLE color: 6816430.

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

Color convert

RGB 174 2 104 -
CMYK 0 0.99 0.40 0.32
HSL 324.42º 0.98% 0.35% -
HSV(B) 324.42º 0.99% 0.68% -
XYZ 19.98 10.04 13.98 -
YUV 65.06 149.98 205.71 -
System Red Green Blue C M Y K H S L
Decimal 174 2 104 0 0.99 0.40 0.32 324.42 0.98 0.35
Hex AE 2 68 0 63 28 20 144 62 23
Octal 256 2 150 0 143 50 40 504 142 43
Binary 10101110 10 1101000 0 1100011 101000 100000 101000100 1100010 100011

Color Harmonies of #AE0268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0268

Black with #AE0268

Text Example


Text Example

White with #AE0268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0268; }

 p { color: rgb(174,2,104); }

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

background-color css

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

 a { background-color: rgb(174,2,104); }

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

border-color css

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

 span { border-color: rgb(174,2,104); }

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