Html Css Color HEX #A88AD0 Biloba Flower

📋 copy color: '#A88AD0'

red 168 ◦ green 138 ◦ blue 208

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

Shades of Biloba Flower #A88AD0

Tints of Biloba Flower #A88AD0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.85%

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

R = 32.68%
G = 26.85%
B = 40.47%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A88AD0 (or 0xA88AD0) is known color: Biloba Flower. HEX triplet: A8, 8A and D0. RGB value is (168,138,208). Sum of RGB (Red+Green+Blue) = 168+138+208=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #A88AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88AD0 is #57752F. Grayscale: #9A9A9A. Windows color (decimal): -5731632 or 13666984. OLE color: 13666984.

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

Color convert

RGB 168 138 208 -
CMYK 0.19 0.34 0 0.18
HSL 265.71º 0.43% 0.68% -
HSV(B) 265.71º 0.34% 0.82% -
XYZ 36.62 31.06 63.74 -
YUV 154.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 168 138 208 0.19 0.34 0 0.18 265.71 0.43 0.68
Hex A8 8A D0 13 22 0 12 10A 2B 44
Octal 250 212 320 23 42 0 22 412 53 104
Binary 10101000 10001010 11010000 10011 100010 0 10010 100001010 101011 1000100

Color Harmonies of #A88AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88AD0

Black with #A88AD0

Text Example


Text Example

White with #A88AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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