Html Css Color HEX #A395FB Biloba Flower

📋 copy color: '#A395FB'

red 163 ◦ green 149 ◦ blue 251

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

Shades of Biloba Flower #A395FB

Tints of Biloba Flower #A395FB

RGB

 RED value IS 163 (64.06% from 255) = 28.95%

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

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 28.95%
G = 26.47%
B = 44.58%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A395FB (or 0xA395FB) is known color: Biloba Flower. HEX triplet: A3, 95 and FB. RGB value is (163,149,251). Sum of RGB (Red+Green+Blue) = 163+149+251=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #A395FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A395FB is #5C6A04. Grayscale: #A4A4A4. Windows color (decimal): -6056453 or 16487843. OLE color: 16487843.

HSL color Cylindrical-coordinate representation of color #A395FB: hue angle of 248.24º degrees, saturation: 0.93, 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 #A395FB is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 149 251 -
CMYK 0.35 0.41 0 0.02
HSL 248.24º 0.93% 0.78% -
HSV(B) 248.24º 0.41% 0.98% -
XYZ 43.26 36.25 95.98 -
YUV 164.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 163 149 251 0.35 0.41 0 0.02 248.24 0.93 0.78
Hex A3 95 FB 23 29 0 2 F8 5D 4E
Octal 243 225 373 43 51 0 2 370 135 116
Binary 10100011 10010101 11111011 100011 101001 0 10 11111000 1011101 1001110

Color Harmonies of #A395FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A395FB

Black with #A395FB

Text Example


Text Example

White with #A395FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A395FB; }

 p { color: rgb(163,149,251); }

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

background-color css

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

 a { background-color: rgb(163,149,251); }

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

border-color css

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

 span { border-color: rgb(163,149,251); }

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