Html Css Color HEX #A291DA Biloba Flower

📋 copy color: '#A291DA'

red 162 ◦ green 145 ◦ blue 218

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

Shades of Biloba Flower #A291DA

Tints of Biloba Flower #A291DA

RGB

 RED value IS 162 (63.67% from 255) = 30.86%

 GREEN value IS 145 (57.03% from 255) = 27.62%

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 30.86%
G = 27.62%
B = 41.52%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A291DA (or 0xA291DA) is known color: Biloba Flower. HEX triplet: A2, 91 and DA. RGB value is (162,145,218). Sum of RGB (Red+Green+Blue) = 162+145+218=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #A291DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291DA is #5D6E25. Grayscale: #9E9E9E. Windows color (decimal): -6123046 or 14324130. OLE color: 14324130.

HSL color Cylindrical-coordinate representation of color #A291DA: hue angle of 253.97º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A291DA is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 145 218 -
CMYK 0.26 0.33 0 0.15
HSL 253.97º 0.5% 0.71% -
HSV(B) 253.97º 0.33% 0.85% -
XYZ 37.68 32.99 70.71 -
YUV 158.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 162 145 218 0.26 0.33 0 0.15 253.97 0.5 0.71
Hex A2 91 DA 1A 21 0 F FE 32 47
Octal 242 221 332 32 41 0 17 376 62 107
Binary 10100010 10010001 11011010 11010 100001 0 1111 11111110 110010 1000111

Color Harmonies of #A291DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A291DA

Black with #A291DA

Text Example


Text Example

White with #A291DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A291DA; }

 p { color: rgb(162,145,218); }

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

background-color css

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

 a { background-color: rgb(162,145,218); }

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

border-color css

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

 span { border-color: rgb(162,145,218); }

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