Html Css Color HEX #A485DA Biloba Flower

📋 copy color: '#A485DA'

red 164 ◦ green 133 ◦ blue 218

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

Shades of Biloba Flower #A485DA

Tints of Biloba Flower #A485DA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.83%

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

R = 31.84%
G = 25.83%
B = 42.33%

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

#A485DA (or 0xA485DA) is known color: Biloba Flower. HEX triplet: A4, 85 and DA. RGB value is (164,133,218). Sum of RGB (Red+Green+Blue) = 164+133+218=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #A485DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485DA is #5B7A25. Grayscale: #979797. Windows color (decimal): -5995046 or 14321060. OLE color: 14321060.

HSL color Cylindrical-coordinate representation of color #A485DA: hue angle of 261.88º degrees, saturation: 0.53, 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 #A485DA is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 133 218 -
CMYK 0.25 0.39 0 0.15
HSL 261.88º 0.53% 0.69% -
HSV(B) 261.88º 0.39% 0.85% -
XYZ 36.35 29.73 70.15 -
YUV 151.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 164 133 218 0.25 0.39 0 0.15 261.88 0.53 0.69
Hex A4 85 DA 19 27 0 F 106 35 45
Octal 244 205 332 31 47 0 17 406 65 105
Binary 10100100 10000101 11011010 11001 100111 0 1111 100000110 110101 1000101

Color Harmonies of #A485DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A485DA

Black with #A485DA

Text Example


Text Example

White with #A485DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A485DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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