Html Css Color HEX #A588F1 Biloba Flower

📋 copy color: '#A588F1'

red 165 ◦ green 136 ◦ blue 241

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

Shades of Biloba Flower #A588F1

Tints of Biloba Flower #A588F1

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.09%

 BLUE value IS 241 (94.53% from 255) = 44.46%

R = 30.44%
G = 25.09%
B = 44.46%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A588F1 (or 0xA588F1) is known color: Biloba Flower. HEX triplet: A5, 88 and F1. RGB value is (165,136,241). Sum of RGB (Red+Green+Blue) = 165+136+241=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #A588F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A588F1 is #5A770E. Grayscale: #9C9C9C. Windows color (decimal): -5928719 or 15829157. OLE color: 15829157.

HSL color Cylindrical-coordinate representation of color #A588F1: hue angle of 256.57º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A588F1 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 136 241 -
CMYK 0.32 0.44 0 0.05
HSL 256.57º 0.79% 0.74% -
HSV(B) 256.57º 0.44% 0.95% -
XYZ 40.2 31.96 87.27 -
YUV 156.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 165 136 241 0.32 0.44 0 0.05 256.57 0.79 0.74
Hex A5 88 F1 20 2C 0 5 101 4F 4A
Octal 245 210 361 40 54 0 5 401 117 112
Binary 10100101 10001000 11110001 100000 101100 0 101 100000001 1001111 1001010

Color Harmonies of #A588F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A588F1

Black with #A588F1

Text Example


Text Example

White with #A588F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A588F1; }

 p { color: rgb(165,136,241); }

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

background-color css

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

 a { background-color: rgb(165,136,241); }

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

border-color css

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

 span { border-color: rgb(165,136,241); }

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