Html Css Color HEX #A88AD5 Biloba Flower

📋 copy color: '#A88AD5'

red 168 ◦ green 138 ◦ blue 213

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

Shades of Biloba Flower #A88AD5

Tints of Biloba Flower #A88AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.04%

R = 32.37%
G = 26.59%
B = 41.04%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A88AD5 (or 0xA88AD5) is known color: Biloba Flower. HEX triplet: A8, 8A and D5. RGB value is (168,138,213). Sum of RGB (Red+Green+Blue) = 168+138+213=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #A88AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88AD5 is #57752A. Grayscale: #9B9B9B. Windows color (decimal): -5731627 or 13994664. OLE color: 13994664.

HSL color Cylindrical-coordinate representation of color #A88AD5: hue angle of 264º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A88AD5 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 138 213 -
CMYK 0.21 0.35 0 0.16
HSL 264º 0.47% 0.69% -
HSV(B) 264º 0.35% 0.84% -
XYZ 37.25 31.31 67.03 -
YUV 155.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 168 138 213 0.21 0.35 0 0.16 264 0.47 0.69
Hex A8 8A D5 15 23 0 10 108 2F 45
Octal 250 212 325 25 43 0 20 410 57 105
Binary 10101000 10001010 11010101 10101 100011 0 10000 100001000 101111 1000101

Color Harmonies of #A88AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88AD5

Black with #A88AD5

Text Example


Text Example

White with #A88AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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