Html Css Color HEX #A887F1 Biloba Flower

📋 copy color: '#A887F1'

red 168 ◦ green 135 ◦ blue 241

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

Shades of Biloba Flower #A887F1

Tints of Biloba Flower #A887F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.3%

R = 30.88%
G = 24.82%
B = 44.3%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A887F1 (or 0xA887F1) is known color: Biloba Flower. HEX triplet: A8, 87 and F1. RGB value is (168,135,241). Sum of RGB (Red+Green+Blue) = 168+135+241=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #A887F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A887F1 is #57780E. Grayscale: #9C9C9C. Windows color (decimal): -5732367 or 15828904. OLE color: 15828904.

HSL color Cylindrical-coordinate representation of color #A887F1: hue angle of 258.68º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A887F1 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 135 241 -
CMYK 0.30 0.44 0 0.05
HSL 258.68º 0.79% 0.74% -
HSV(B) 258.68º 0.44% 0.95% -
XYZ 40.69 32 87.25 -
YUV 156.95 175.43 135.88 -
System Red Green Blue C M Y K H S L
Decimal 168 135 241 0.30 0.44 0 0.05 258.68 0.79 0.74
Hex A8 87 F1 1E 2C 0 5 103 4F 4A
Octal 250 207 361 36 54 0 5 403 117 112
Binary 10101000 10000111 11110001 11110 101100 0 101 100000011 1001111 1001010

Color Harmonies of #A887F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A887F1

Black with #A887F1

Text Example


Text Example

White with #A887F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A887F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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