Html Css Color HEX #A594FA Biloba Flower

📋 copy color: '#A594FA'

red 165 ◦ green 148 ◦ blue 250

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

Shades of Biloba Flower #A594FA

Tints of Biloba Flower #A594FA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.29%

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

R = 29.31%
G = 26.29%
B = 44.4%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A594FA (or 0xA594FA) is known color: Biloba Flower. HEX triplet: A5, 94 and FA. RGB value is (165,148,250). Sum of RGB (Red+Green+Blue) = 165+148+250=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #A594FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A594FA is #5A6B05. Grayscale: #A4A4A4. Windows color (decimal): -5925638 or 16422053. OLE color: 16422053.

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

Color convert

RGB 165 148 250 -
CMYK 0.34 0.41 0 0.02
HSL 250º 0.91% 0.78% -
HSV(B) 250º 0.41% 0.98% -
XYZ 43.36 36.08 95.12 -
YUV 164.71 176.13 128.21 -
System Red Green Blue C M Y K H S L
Decimal 165 148 250 0.34 0.41 0 0.02 250 0.91 0.78
Hex A5 94 FA 22 29 0 2 FA 5B 4E
Octal 245 224 372 42 51 0 2 372 133 116
Binary 10100101 10010100 11111010 100010 101001 0 10 11111010 1011011 1001110

Color Harmonies of #A594FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594FA

Black with #A594FA

Text Example


Text Example

White with #A594FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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