Html Css Color HEX #A484DA Biloba Flower

📋 copy color: '#A484DA'

red 164 ◦ green 132 ◦ blue 218

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

Shades of Biloba Flower #A484DA

Tints of Biloba Flower #A484DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 31.91%
G = 25.68%
B = 42.41%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A484DA (or 0xA484DA) is known color: Biloba Flower. HEX triplet: A4, 84 and DA. RGB value is (164,132,218). Sum of RGB (Red+Green+Blue) = 164+132+218=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #A484DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484DA is #5B7B25. Grayscale: #979797. Windows color (decimal): -5995302 or 14320804. OLE color: 14320804.

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

Color convert

RGB 164 132 218 -
CMYK 0.25 0.39 0 0.15
HSL 262.33º 0.54% 0.69% -
HSV(B) 262.33º 0.39% 0.85% -
XYZ 36.22 29.46 70.11 -
YUV 151.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 164 132 218 0.25 0.39 0 0.15 262.33 0.54 0.69
Hex A4 84 DA 19 27 0 F 106 36 45
Octal 244 204 332 31 47 0 17 406 66 105
Binary 10100100 10000100 11011010 11001 100111 0 1111 100000110 110110 1000101

Color Harmonies of #A484DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A484DA

Black with #A484DA

Text Example


Text Example

White with #A484DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A484DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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