Html Css Color HEX #A588F0 Biloba Flower

📋 copy color: '#A588F0'

red 165 ◦ green 136 ◦ blue 240

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

Shades of Biloba Flower #A588F0

Tints of Biloba Flower #A588F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.36%

R = 30.5%
G = 25.14%
B = 44.36%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A588F0 (or 0xA588F0) is known color: Biloba Flower. HEX triplet: A5, 88 and F0. RGB value is (165,136,240). Sum of RGB (Red+Green+Blue) = 165+136+240=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #A588F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A588F0 is #5A770F. Grayscale: #9C9C9C. Windows color (decimal): -5928720 or 15763621. OLE color: 15763621.

HSL color Cylindrical-coordinate representation of color #A588F0: hue angle of 256.73º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A588F0 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 136 240 -
CMYK 0.31 0.43 0 0.06
HSL 256.73º 0.78% 0.74% -
HSV(B) 256.73º 0.43% 0.94% -
XYZ 40.05 31.9 86.48 -
YUV 156.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 165 136 240 0.31 0.43 0 0.06 256.73 0.78 0.74
Hex A5 88 F0 1F 2B 0 6 101 4E 4A
Octal 245 210 360 37 53 0 6 401 116 112
Binary 10100101 10001000 11110000 11111 101011 0 110 100000001 1001110 1001010

Color Harmonies of #A588F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A588F0

Black with #A588F0

Text Example


Text Example

White with #A588F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A588F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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