Html Css Color HEX #A484D8 Biloba Flower

📋 copy color: '#A484D8'

red 164 ◦ green 132 ◦ blue 216

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

Shades of Biloba Flower #A484D8

Tints of Biloba Flower #A484D8

RGB

 RED value IS 164 (64.45% from 255) = 32.03%

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

 BLUE value IS 216 (84.77% from 255) = 42.19%

R = 32.03%
G = 25.78%
B = 42.19%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A484D8 (or 0xA484D8) is known color: Biloba Flower. HEX triplet: A4, 84 and D8. RGB value is (164,132,216). Sum of RGB (Red+Green+Blue) = 164+132+216=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #A484D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484D8 is #5B7B27. Grayscale: #969696. Windows color (decimal): -5995304 or 14189732. OLE color: 14189732.

HSL color Cylindrical-coordinate representation of color #A484D8: hue angle of 262.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A484D8 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 132 216 -
CMYK 0.24 0.39 0 0.15
HSL 262.86º 0.52% 0.68% -
HSV(B) 262.86º 0.39% 0.85% -
XYZ 35.96 29.35 68.74 -
YUV 151.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 164 132 216 0.24 0.39 0 0.15 262.86 0.52 0.68
Hex A4 84 D8 18 27 0 F 107 34 44
Octal 244 204 330 30 47 0 17 407 64 104
Binary 10100100 10000100 11011000 11000 100111 0 1111 100000111 110100 1000100

Color Harmonies of #A484D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A484D8

Black with #A484D8

Text Example


Text Example

White with #A484D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A484D8; }

 p { color: rgb(164,132,216); }

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

background-color css

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

 a { background-color: rgb(164,132,216); }

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

border-color css

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

 span { border-color: rgb(164,132,216); }

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