Html Css Color HEX #A58FFA Biloba Flower

📋 copy color: '#A58FFA'

red 165 ◦ green 143 ◦ blue 250

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

Shades of Biloba Flower #A58FFA

Tints of Biloba Flower #A58FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.63%

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 29.57%
G = 25.63%
B = 44.8%

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

#A58FFA (or 0xA58FFA) is known color: Biloba Flower. HEX triplet: A5, 8F and FA. RGB value is (165,143,250). Sum of RGB (Red+Green+Blue) = 165+143+250=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #A58FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58FFA is #5A7005. Grayscale: #A1A1A1. Windows color (decimal): -5926918 or 16420773. OLE color: 16420773.

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

Color convert

RGB 165 143 250 -
CMYK 0.34 0.43 0 0.02
HSL 252.34º 0.91% 0.77% -
HSV(B) 252.34º 0.43% 0.98% -
XYZ 42.59 34.55 94.87 -
YUV 161.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 165 143 250 0.34 0.43 0 0.02 252.34 0.91 0.77
Hex A5 8F FA 22 2B 0 2 FC 5B 4D
Octal 245 217 372 42 53 0 2 374 133 115
Binary 10100101 10001111 11111010 100010 101011 0 10 11111100 1011011 1001101

Color Harmonies of #A58FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FFA

Black with #A58FFA

Text Example


Text Example

White with #A58FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FFA; }

 p { color: rgb(165,143,250); }

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

background-color css

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

 a { background-color: rgb(165,143,250); }

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

border-color css

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

 span { border-color: rgb(165,143,250); }

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