Html Css Color HEX #A890D0 Biloba Flower

📋 copy color: '#A890D0'

red 168 ◦ green 144 ◦ blue 208

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

Shades of Biloba Flower #A890D0

Tints of Biloba Flower #A890D0

RGB

 RED value IS 168 (66.02% from 255) = 32.31%

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

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

R = 32.31%
G = 27.69%
B = 40%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A890D0 (or 0xA890D0) is known color: Biloba Flower. HEX triplet: A8, 90 and D0. RGB value is (168,144,208). Sum of RGB (Red+Green+Blue) = 168+144+208=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #A890D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890D0 is #576F2F. Grayscale: #9E9E9E. Windows color (decimal): -5730096 or 13668520. OLE color: 13668520.

HSL color Cylindrical-coordinate representation of color #A890D0: hue angle of 262.5º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A890D0 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 144 208 -
CMYK 0.19 0.31 0 0.18
HSL 262.5º 0.41% 0.69% -
HSV(B) 262.5º 0.31% 0.82% -
XYZ 37.51 32.83 64.03 -
YUV 158.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 168 144 208 0.19 0.31 0 0.18 262.5 0.41 0.69
Hex A8 90 D0 13 1F 0 12 106 29 45
Octal 250 220 320 23 37 0 22 406 51 105
Binary 10101000 10010000 11010000 10011 11111 0 10010 100000110 101001 1000101

Color Harmonies of #A890D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890D0

Black with #A890D0

Text Example


Text Example

White with #A890D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890D0; }

 p { color: rgb(168,144,208); }

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

background-color css

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

 a { background-color: rgb(168,144,208); }

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

border-color css

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

 span { border-color: rgb(168,144,208); }

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