Html Css Color HEX #A88FFA Biloba Flower

📋 copy color: '#A88FFA'

red 168 ◦ green 143 ◦ blue 250

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

Shades of Biloba Flower #A88FFA

Tints of Biloba Flower #A88FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.49%

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 29.95%
G = 25.49%
B = 44.56%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A88FFA (or 0xA88FFA) is known color: Biloba Flower. HEX triplet: A8, 8F and FA. RGB value is (168,143,250). Sum of RGB (Red+Green+Blue) = 168+143+250=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #A88FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88FFA is #577005. Grayscale: #A2A2A2. Windows color (decimal): -5730310 or 16420776. OLE color: 16420776.

HSL color Cylindrical-coordinate representation of color #A88FFA: hue angle of 254.02º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A88FFA is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 143 250 -
CMYK 0.33 0.43 0 0.02
HSL 254.02º 0.91% 0.77% -
HSV(B) 254.02º 0.43% 0.98% -
XYZ 43.23 34.87 94.9 -
YUV 162.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 168 143 250 0.33 0.43 0 0.02 254.02 0.91 0.77
Hex A8 8F FA 21 2B 0 2 FE 5B 4D
Octal 250 217 372 41 53 0 2 376 133 115
Binary 10101000 10001111 11111010 100001 101011 0 10 11111110 1011011 1001101

Color Harmonies of #A88FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88FFA

Black with #A88FFA

Text Example


Text Example

White with #A88FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88FFA; }

 p { color: rgb(168,143,250); }

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

background-color css

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

 a { background-color: rgb(168,143,250); }

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

border-color css

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

 span { border-color: rgb(168,143,250); }

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