Html Css Color HEX #A990FD Biloba Flower

📋 copy color: '#A990FD'

red 169 ◦ green 144 ◦ blue 253

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

Shades of Biloba Flower #A990FD

Tints of Biloba Flower #A990FD

RGB

 RED value IS 169 (66.41% from 255) = 29.86%

 GREEN value IS 144 (56.64% from 255) = 25.44%

 BLUE value IS 253 (99.22% from 255) = 44.7%

R = 29.86%
G = 25.44%
B = 44.7%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A990FD (or 0xA990FD) is known color: Biloba Flower. HEX triplet: A9, 90 and FD. RGB value is (169,144,253). Sum of RGB (Red+Green+Blue) = 169+144+253=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #A990FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A990FD is #566F02. Grayscale: #A3A3A3. Windows color (decimal): -5664515 or 16617641. OLE color: 16617641.

HSL color Cylindrical-coordinate representation of color #A990FD: hue angle of 253.76º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A990FD is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 144 253 -
CMYK 0.33 0.43 0 0.01
HSL 253.76º 0.96% 0.78% -
HSV(B) 253.76º 0.43% 0.99% -
XYZ 44.07 35.47 97.45 -
YUV 163.9 178.28 131.64 -
System Red Green Blue C M Y K H S L
Decimal 169 144 253 0.33 0.43 0 0.01 253.76 0.96 0.78
Hex A9 90 FD 21 2B 0 1 FE 60 4E
Octal 251 220 375 41 53 0 1 376 140 116
Binary 10101001 10010000 11111101 100001 101011 0 1 11111110 1100000 1001110

Color Harmonies of #A990FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A990FD

Black with #A990FD

Text Example


Text Example

White with #A990FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A990FD; }

 p { color: rgb(169,144,253); }

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

background-color css

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

 a { background-color: rgb(169,144,253); }

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

border-color css

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

 span { border-color: rgb(169,144,253); }

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