Html Css Color HEX #A884E4 Biloba Flower

📋 copy color: '#A884E4'

red 168 ◦ green 132 ◦ blue 228

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

Shades of Biloba Flower #A884E4

Tints of Biloba Flower #A884E4

RGB

 RED value IS 168 (66.02% from 255) = 31.82%

 GREEN value IS 132 (51.95% from 255) = 25%

 BLUE value IS 228 (89.45% from 255) = 43.18%

R = 31.82%
G = 25%
B = 43.18%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A884E4 (or 0xA884E4) is known color: Biloba Flower. HEX triplet: A8, 84 and E4. RGB value is (168,132,228). Sum of RGB (Red+Green+Blue) = 168+132+228=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #A884E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884E4 is #577B1B. Grayscale: #999999. Windows color (decimal): -5733148 or 14976168. OLE color: 14976168.

HSL color Cylindrical-coordinate representation of color #A884E4: hue angle of 262.5º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A884E4 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 132 228 -
CMYK 0.26 0.42 0 0.11
HSL 262.5º 0.64% 0.71% -
HSV(B) 262.5º 0.42% 0.89% -
XYZ 38.4 30.43 77.25 -
YUV 153.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 168 132 228 0.26 0.42 0 0.11 262.5 0.64 0.71
Hex A8 84 E4 1A 2A 0 B 106 40 47
Octal 250 204 344 32 52 0 13 406 100 107
Binary 10101000 10000100 11100100 11010 101010 0 1011 100000110 1000000 1000111

Color Harmonies of #A884E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A884E4

Black with #A884E4

Text Example


Text Example

White with #A884E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A884E4; }

 p { color: rgb(168,132,228); }

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

background-color css

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

 a { background-color: rgb(168,132,228); }

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

border-color css

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

 span { border-color: rgb(168,132,228); }

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