Html Css Color HEX #A88BDF Biloba Flower

📋 copy color: '#A88BDF'

red 168 ◦ green 139 ◦ blue 223

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

Shades of Biloba Flower #A88BDF

Tints of Biloba Flower #A88BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 31.7%
G = 26.23%
B = 42.08%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A88BDF (or 0xA88BDF) is known color: Biloba Flower. HEX triplet: A8, 8B and DF. RGB value is (168,139,223). Sum of RGB (Red+Green+Blue) = 168+139+223=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #A88BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BDF is #577420. Grayscale: #9C9C9C. Windows color (decimal): -5731361 or 14650280. OLE color: 14650280.

HSL color Cylindrical-coordinate representation of color #A88BDF: hue angle of 260.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A88BDF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 139 223 -
CMYK 0.25 0.38 0 0.13
HSL 260.71º 0.57% 0.71% -
HSV(B) 260.71º 0.38% 0.87% -
XYZ 38.7 32.12 73.97 -
YUV 157.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 168 139 223 0.25 0.38 0 0.13 260.71 0.57 0.71
Hex A8 8B DF 19 26 0 D 105 39 47
Octal 250 213 337 31 46 0 15 405 71 107
Binary 10101000 10001011 11011111 11001 100110 0 1101 100000101 111001 1000111

Color Harmonies of #A88BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BDF

Black with #A88BDF

Text Example


Text Example

White with #A88BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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