Html Css Color HEX #A58DF9 Biloba Flower

📋 copy color: '#A58DF9'

red 165 ◦ green 141 ◦ blue 249

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

Shades of Biloba Flower #A58DF9

Tints of Biloba Flower #A58DF9

RGB

 RED value IS 165 (64.84% from 255) = 29.73%

 GREEN value IS 141 (55.47% from 255) = 25.41%

 BLUE value IS 249 (97.66% from 255) = 44.86%

R = 29.73%
G = 25.41%
B = 44.86%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A58DF9 (or 0xA58DF9) is known color: Biloba Flower. HEX triplet: A5, 8D and F9. RGB value is (165,141,249). Sum of RGB (Red+Green+Blue) = 165+141+249=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #A58DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58DF9 is #5A7206. Grayscale: #A0A0A0. Windows color (decimal): -5927431 or 16354725. OLE color: 16354725.

HSL color Cylindrical-coordinate representation of color #A58DF9: hue angle of 253.33º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A58DF9 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 141 249 -
CMYK 0.34 0.43 0 0.02
HSL 253.33º 0.9% 0.76% -
HSV(B) 253.33º 0.43% 0.98% -
XYZ 42.14 33.89 93.94 -
YUV 160.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 165 141 249 0.34 0.43 0 0.02 253.33 0.9 0.76
Hex A5 8D F9 22 2B 0 2 FD 5A 4C
Octal 245 215 371 42 53 0 2 375 132 114
Binary 10100101 10001101 11111001 100010 101011 0 10 11111101 1011010 1001100

Color Harmonies of #A58DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DF9

Black with #A58DF9

Text Example


Text Example

White with #A58DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DF9; }

 p { color: rgb(165,141,249); }

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

background-color css

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

 a { background-color: rgb(165,141,249); }

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

border-color css

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

 span { border-color: rgb(165,141,249); }

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