Html Css Color HEX #A490CD Biloba Flower

📋 copy color: '#A490CD'

red 164 ◦ green 144 ◦ blue 205

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

Shades of Biloba Flower #A490CD

Tints of Biloba Flower #A490CD

RGB

 RED value IS 164 (64.45% from 255) = 31.97%

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 31.97%
G = 28.07%
B = 39.96%

CMYK

 C value IS 0.2

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A490CD (or 0xA490CD) is known color: Biloba Flower. HEX triplet: A4, 90 and CD. RGB value is (164,144,205). Sum of RGB (Red+Green+Blue) = 164+144+205=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #A490CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490CD is #5B6F32. Grayscale: #9C9C9C. Windows color (decimal): -5992243 or 13471908. OLE color: 13471908.

HSL color Cylindrical-coordinate representation of color #A490CD: hue angle of 259.67º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A490CD is Cyan = 0.2, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 144 205 -
CMYK 0.2 0.30 0 0.20
HSL 259.67º 0.38% 0.68% -
HSV(B) 259.67º 0.3% 0.8% -
XYZ 36.3 32.25 62.07 -
YUV 156.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 164 144 205 0.2 0.30 0 0.20 259.67 0.38 0.68
Hex A4 90 CD 14 1E 0 14 104 26 44
Octal 244 220 315 24 36 0 24 404 46 104
Binary 10100100 10010000 11001101 10100 11110 0 10100 100000100 100110 1000100

Color Harmonies of #A490CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490CD

Black with #A490CD

Text Example


Text Example

White with #A490CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490CD; }

 p { color: rgb(164,144,205); }

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

background-color css

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

 a { background-color: rgb(164,144,205); }

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

border-color css

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

 span { border-color: rgb(164,144,205); }

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