Html Css Color HEX #A88CDF Biloba Flower

📋 copy color: '#A88CDF'

red 168 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #A88CDF

Tints of Biloba Flower #A88CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.37%

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

R = 31.64%
G = 26.37%
B = 42%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A88CDF (or 0xA88CDF) is known color: Biloba Flower. HEX triplet: A8, 8C and DF. RGB value is (168,140,223). Sum of RGB (Red+Green+Blue) = 168+140+223=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #A88CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CDF is #577320. Grayscale: #9D9D9D. Windows color (decimal): -5731105 or 14650536. OLE color: 14650536.

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

Color convert

RGB 168 140 223 -
CMYK 0.25 0.37 0 0.13
HSL 260.24º 0.56% 0.71% -
HSV(B) 260.24º 0.37% 0.87% -
XYZ 38.85 32.41 74.02 -
YUV 157.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 168 140 223 0.25 0.37 0 0.13 260.24 0.56 0.71
Hex A8 8C DF 19 25 0 D 104 38 47
Octal 250 214 337 31 45 0 15 404 70 107
Binary 10101000 10001100 11011111 11001 100101 0 1101 100000100 111000 1000111

Color Harmonies of #A88CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88CDF

Black with #A88CDF

Text Example


Text Example

White with #A88CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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