Html Css Color HEX #A887F0 Biloba Flower

📋 copy color: '#A887F0'

red 168 ◦ green 135 ◦ blue 240

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

Shades of Biloba Flower #A887F0

Tints of Biloba Flower #A887F0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.86%

 BLUE value IS 240 (94.14% from 255) = 44.2%

R = 30.94%
G = 24.86%
B = 44.2%

CMYK

 C value IS 0.3

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A887F0 (or 0xA887F0) is known color: Biloba Flower. HEX triplet: A8, 87 and F0. RGB value is (168,135,240). Sum of RGB (Red+Green+Blue) = 168+135+240=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #A887F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A887F0 is #57780F. Grayscale: #9C9C9C. Windows color (decimal): -5732368 or 15763368. OLE color: 15763368.

HSL color Cylindrical-coordinate representation of color #A887F0: hue angle of 258.86º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A887F0 is Cyan = 0.3, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 135 240 -
CMYK 0.3 0.44 0 0.06
HSL 258.86º 0.78% 0.74% -
HSV(B) 258.86º 0.44% 0.94% -
XYZ 40.54 31.94 86.47 -
YUV 156.84 174.93 135.96 -
System Red Green Blue C M Y K H S L
Decimal 168 135 240 0.3 0.44 0 0.06 258.86 0.78 0.74
Hex A8 87 F0 1E 2C 0 6 103 4E 4A
Octal 250 207 360 36 54 0 6 403 116 112
Binary 10101000 10000111 11110000 11110 101100 0 110 100000011 1001110 1001010

Color Harmonies of #A887F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A887F0

Black with #A887F0

Text Example


Text Example

White with #A887F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A887F0; }

 p { color: rgb(168,135,240); }

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

background-color css

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

 a { background-color: rgb(168,135,240); }

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

border-color css

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

 span { border-color: rgb(168,135,240); }

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