Html Css Color HEX #A88BD4 Biloba Flower

📋 copy color: '#A88BD4'

red 168 ◦ green 139 ◦ blue 212

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

Shades of Biloba Flower #A88BD4

Tints of Biloba Flower #A88BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.85%

R = 32.37%
G = 26.78%
B = 40.85%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A88BD4 (or 0xA88BD4) is known color: Biloba Flower. HEX triplet: A8, 8B and D4. RGB value is (168,139,212). Sum of RGB (Red+Green+Blue) = 168+139+212=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #A88BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BD4 is #57742B. Grayscale: #9B9B9B. Windows color (decimal): -5731372 or 13929384. OLE color: 13929384.

HSL color Cylindrical-coordinate representation of color #A88BD4: hue angle of 263.84º degrees, saturation: 0.46, 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 #A88BD4 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 139 212 -
CMYK 0.21 0.34 0 0.17
HSL 263.84º 0.46% 0.69% -
HSV(B) 263.84º 0.34% 0.83% -
XYZ 37.26 31.54 66.41 -
YUV 155.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 168 139 212 0.21 0.34 0 0.17 263.84 0.46 0.69
Hex A8 8B D4 15 22 0 11 108 2E 45
Octal 250 213 324 25 42 0 21 410 56 105
Binary 10101000 10001011 11010100 10101 100010 0 10001 100001000 101110 1000101

Color Harmonies of #A88BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BD4

Black with #A88BD4

Text Example


Text Example

White with #A88BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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