Html Css Color HEX #AE0867 Jazzberry Jam

📋 copy color: '#AE0867'

red 174 ◦ green 8 ◦ blue 103

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

Shades of Jazzberry Jam #AE0867

Tints of Jazzberry Jam #AE0867

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.81%

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

R = 61.05%
G = 2.81%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE0867 (or 0xAE0867) is known color: Jazzberry Jam. HEX triplet: AE, 08 and 67. RGB value is (174,8,103). Sum of RGB (Red+Green+Blue) = 174+8+103=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0867 is #51F798. Grayscale: #444444. Windows color (decimal): -5371801 or 6752430. OLE color: 6752430.

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

Color convert

RGB 174 8 103 -
CMYK 0 0.95 0.41 0.32
HSL 325.66º 0.91% 0.36% -
HSV(B) 325.66º 0.95% 0.68% -
XYZ 19.99 10.15 13.74 -
YUV 68.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 174 8 103 0 0.95 0.41 0.32 325.66 0.91 0.36
Hex AE 8 67 0 5F 29 20 146 5B 24
Octal 256 10 147 0 137 51 40 506 133 44
Binary 10101110 1000 1100111 0 1011111 101001 100000 101000110 1011011 100100

Color Harmonies of #AE0867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0867

Black with #AE0867

Text Example


Text Example

White with #AE0867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0867; }

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

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

background-color css

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

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

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

border-color css

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

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

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