Html Css Color HEX #A88BD3 Biloba Flower

📋 copy color: '#A88BD3'

red 168 ◦ green 139 ◦ blue 211

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

Shades of Biloba Flower #A88BD3

Tints of Biloba Flower #A88BD3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.83%

 BLUE value IS 211 (82.81% from 255) = 40.73%

R = 32.43%
G = 26.83%
B = 40.73%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A88BD3 (or 0xA88BD3) is known color: Biloba Flower. HEX triplet: A8, 8B and D3. RGB value is (168,139,211). Sum of RGB (Red+Green+Blue) = 168+139+211=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #A88BD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BD3 is #57742C. Grayscale: #9B9B9B. Windows color (decimal): -5731373 or 13863848. OLE color: 13863848.

HSL color Cylindrical-coordinate representation of color #A88BD3: hue angle of 264.17º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A88BD3 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 139 211 -
CMYK 0.20 0.34 0 0.17
HSL 264.17º 0.45% 0.69% -
HSV(B) 264.17º 0.34% 0.83% -
XYZ 37.14 31.49 65.75 -
YUV 155.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 168 139 211 0.20 0.34 0 0.17 264.17 0.45 0.69
Hex A8 8B D3 14 22 0 11 108 2D 45
Octal 250 213 323 24 42 0 21 410 55 105
Binary 10101000 10001011 11010011 10100 100010 0 10001 100001000 101101 1000101

Color Harmonies of #A88BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BD3

Black with #A88BD3

Text Example


Text Example

White with #A88BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BD3; }

 p { color: rgb(168,139,211); }

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

background-color css

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

 a { background-color: rgb(168,139,211); }

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

border-color css

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

 span { border-color: rgb(168,139,211); }

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