Html Css Color HEX #A495D0 Biloba Flower

📋 copy color: '#A495D0'

red 164 ◦ green 149 ◦ blue 208

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

Shades of Biloba Flower #A495D0

Tints of Biloba Flower #A495D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.92%

R = 31.48%
G = 28.6%
B = 39.92%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A495D0 (or 0xA495D0) is known color: Biloba Flower. HEX triplet: A4, 95 and D0. RGB value is (164,149,208). Sum of RGB (Red+Green+Blue) = 164+149+208=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #A495D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495D0 is #5B6A2F. Grayscale: #9F9F9F. Windows color (decimal): -5990960 or 13669796. OLE color: 13669796.

HSL color Cylindrical-coordinate representation of color #A495D0: hue angle of 255.25º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A495D0 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 149 208 -
CMYK 0.21 0.28 0 0.18
HSL 255.25º 0.39% 0.7% -
HSV(B) 255.25º 0.28% 0.82% -
XYZ 37.44 33.94 64.25 -
YUV 160.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 164 149 208 0.21 0.28 0 0.18 255.25 0.39 0.7
Hex A4 95 D0 15 1C 0 12 FF 27 46
Octal 244 225 320 25 34 0 22 377 47 106
Binary 10100100 10010101 11010000 10101 11100 0 10010 11111111 100111 1000110

Color Harmonies of #A495D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495D0

Black with #A495D0

Text Example


Text Example

White with #A495D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495D0; }

 p { color: rgb(164,149,208); }

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

background-color css

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

 a { background-color: rgb(164,149,208); }

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

border-color css

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

 span { border-color: rgb(164,149,208); }

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