Html Css Color HEX #A595FA Biloba Flower

📋 copy color: '#A595FA'

red 165 ◦ green 149 ◦ blue 250

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

Shades of Biloba Flower #A595FA

Tints of Biloba Flower #A595FA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.42%

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

R = 29.26%
G = 26.42%
B = 44.33%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A595FA (or 0xA595FA) is known color: Biloba Flower. HEX triplet: A5, 95 and FA. RGB value is (165,149,250). Sum of RGB (Red+Green+Blue) = 165+149+250=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #A595FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A595FA is #5A6A05. Grayscale: #A4A4A4. Windows color (decimal): -5925382 or 16422309. OLE color: 16422309.

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

Color convert

RGB 165 149 250 -
CMYK 0.34 0.40 0 0.02
HSL 249.5º 0.91% 0.78% -
HSV(B) 249.5º 0.4% 0.98% -
XYZ 43.52 36.4 95.17 -
YUV 165.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 165 149 250 0.34 0.40 0 0.02 249.5 0.91 0.78
Hex A5 95 FA 22 28 0 2 FA 5B 4E
Octal 245 225 372 42 50 0 2 372 133 116
Binary 10100101 10010101 11111010 100010 101000 0 10 11111010 1011011 1001110

Color Harmonies of #A595FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595FA

Black with #A595FA

Text Example


Text Example

White with #A595FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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