Html Css Color HEX #A88FCC Biloba Flower

📋 copy color: '#A88FCC'

red 168 ◦ green 143 ◦ blue 204

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

Shades of Biloba Flower #A88FCC

Tints of Biloba Flower #A88FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 32.62%
G = 27.77%
B = 39.61%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A88FCC (or 0xA88FCC) is known color: Biloba Flower. HEX triplet: A8, 8F and CC. RGB value is (168,143,204). Sum of RGB (Red+Green+Blue) = 168+143+204=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #A88FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FCC is #577033. Grayscale: #9D9D9D. Windows color (decimal): -5730356 or 13406120. OLE color: 13406120.

HSL color Cylindrical-coordinate representation of color #A88FCC: hue angle of 264.59º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88FCC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 143 204 -
CMYK 0.18 0.30 0 0.2
HSL 264.59º 0.37% 0.68% -
HSV(B) 264.59º 0.3% 0.8% -
XYZ 36.87 32.33 61.42 -
YUV 157.43 154.28 135.54 -
System Red Green Blue C M Y K H S L
Decimal 168 143 204 0.18 0.30 0 0.2 264.59 0.37 0.68
Hex A8 8F CC 12 1E 0 14 109 25 44
Octal 250 217 314 22 36 0 24 411 45 104
Binary 10101000 10001111 11001100 10010 11110 0 10100 100001001 100101 1000100

Color Harmonies of #A88FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88FCC

Black with #A88FCC

Text Example


Text Example

White with #A88FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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