Html Css Color HEX #A592F1 Biloba Flower

📋 copy color: '#A592F1'

red 165 ◦ green 146 ◦ blue 241

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

Shades of Biloba Flower #A592F1

Tints of Biloba Flower #A592F1

RGB

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

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

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

R = 29.89%
G = 26.45%
B = 43.66%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A592F1 (or 0xA592F1) is known color: Biloba Flower. HEX triplet: A5, 92 and F1. RGB value is (165,146,241). Sum of RGB (Red+Green+Blue) = 165+146+241=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #A592F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A592F1 is #5A6D0E. Grayscale: #A2A2A2. Windows color (decimal): -5926159 or 15831717. OLE color: 15831717.

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

Color convert

RGB 165 146 241 -
CMYK 0.32 0.39 0 0.05
HSL 252º 0.77% 0.76% -
HSV(B) 252º 0.39% 0.95% -
XYZ 41.67 34.91 87.76 -
YUV 162.51 172.29 129.78 -
System Red Green Blue C M Y K H S L
Decimal 165 146 241 0.32 0.39 0 0.05 252 0.77 0.76
Hex A5 92 F1 20 27 0 5 FC 4D 4C
Octal 245 222 361 40 47 0 5 374 115 114
Binary 10100101 10010010 11110001 100000 100111 0 101 11111100 1001101 1001100

Color Harmonies of #A592F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592F1

Black with #A592F1

Text Example


Text Example

White with #A592F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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