Html Css Color HEX #A592F0 Biloba Flower

📋 copy color: '#A592F0'

red 165 ◦ green 146 ◦ blue 240

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

Shades of Biloba Flower #A592F0

Tints of Biloba Flower #A592F0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.5%

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

R = 29.95%
G = 26.5%
B = 43.56%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A592F0 (or 0xA592F0) is known color: Biloba Flower. HEX triplet: A5, 92 and F0. RGB value is (165,146,240). Sum of RGB (Red+Green+Blue) = 165+146+240=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #A592F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A592F0 is #5A6D0F. Grayscale: #A2A2A2. Windows color (decimal): -5926160 or 15766181. OLE color: 15766181.

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

Color convert

RGB 165 146 240 -
CMYK 0.31 0.39 0 0.06
HSL 252.13º 0.76% 0.76% -
HSV(B) 252.13º 0.39% 0.94% -
XYZ 41.52 34.85 86.98 -
YUV 162.4 171.79 129.86 -
System Red Green Blue C M Y K H S L
Decimal 165 146 240 0.31 0.39 0 0.06 252.13 0.76 0.76
Hex A5 92 F0 1F 27 0 6 FC 4C 4C
Octal 245 222 360 37 47 0 6 374 114 114
Binary 10100101 10010010 11110000 11111 100111 0 110 11111100 1001100 1001100

Color Harmonies of #A592F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592F0

Black with #A592F0

Text Example


Text Example

White with #A592F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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